 | ReferenceCoordinateSystemSetNewOrigin(Point) Method |
Defines an absolute new origin point for the reference coordinate system.
The reference system's origin is relocated to the specified point in global coordinates while preserving
the coordinate system's current axis orientation and transformations.
Namespace: Woodwork.AutomationAssembly: WoodworkAutomation (in WoodworkAutomation.dll) Version: 14.5.1+cea593b982d79fcd8924a2e3fdf7aefc7fb02118
Syntaxvoid SetNewOrigin(
Point newOrigin
)
Sub SetNewOrigin (
newOrigin As Point
)
Parameters
- newOrigin Point
- The Point that specifies the absolute location for the new origin in global coordinates.
See Also