<Code Lib>
2027 Property
Changes 0
P

ReferencePoint.Position

Description:
The position of the ReferencePoint.
Remarks:
This is an alternate interface to the property CoordinateSystem.Origin. When set, the effect is the same as setting the CoordinateSystem property to the same as its current value but with a different Origin.

public XYZ Position { get; set; }

  • Thrown when CoordinateSystem is set while the Reference property is not, and the ReferencePoint is unable to move to the new location.

Loading…