Click or drag to resize

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.Automation
Assembly: WoodworkAutomation (in WoodworkAutomation.dll) Version: 14.5.1+cea593b982d79fcd8924a2e3fdf7aefc7fb02118
Syntax
void SetNewOrigin(
	Point newOrigin
)

Parameters

newOrigin  Point
The Point that specifies the absolute location for the new origin in global coordinates.
See Also