The coordinate system of the connector.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.2.0.0 (26.2.0.0)
Syntax
C#
public virtual Transform CoordinateSystem { get; }
Property Value
TransformImplements
IConnector.CoordinateSystemExceptions
Exception | Condition |
---|---|
InvalidOperationException | Thrown when the connector is of logical type. |
InvalidOperationException | Thrown on failure to get coordinate system. |