The position and orientation of the ReferencePoint.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.2.0.0 (26.2.0.0)
Syntax
C#
public void SetCoordinateSystem( Transform coordinateSystem )
Parameters
- coordinateSystem Transform
Exceptions
Exception | Condition |
---|---|
ArgumentException | Thrown when coordinateSystem does not specify an orthonormal basis. |
InvalidOperationException | Thrown when CoordinateSystem is set while the Reference property is not null, and the ReferencePoint is unable to move to the new location. |