 | ReferenceCoordinateSystemSetNewOrigin(Point) Method |
Defines the new origin of coordinate system.
Namespace: Woodwork.AutomationAssembly: WoodworkAutomation (in WoodworkAutomation.dll) Version: 2.1.25
Syntaxvoid SetNewOrigin(
Point newOrigin
)
Sub SetNewOrigin (
newOrigin As Point
)
Parameters
- newOrigin Point
- The new origin Point.
See Also