Revit 2025 API
Connector |
The coordinate system of the connector.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntax
public virtual Transform CoordinateSystem { get; }
Public Overridable ReadOnly Property CoordinateSystem As Transform Get
public: virtual property Transform^ CoordinateSystem { Transform^ get (); }
abstract CoordinateSystem : Transform with get override CoordinateSystem : Transform with get
Property Value
TransformImplements
IConnectorCoordinateSystem
The Z axis of the coordinate system is the normal to the plane of the connector.
See Also