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: 10.2.1+e3fd5885edfa7211ba46258e0eed5ac221a54381
Syntax
void SetNewOrigin(
	Point newOrigin
)

Parameters

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