IConnectorCoordinateSystem Property |
The coordinate system of the connector.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
SyntaxTransform CoordinateSystem { get; }
ReadOnly Property CoordinateSystem As Transform
Get
property Transform^ CoordinateSystem {
Transform^ get ();
}
abstract CoordinateSystem : Transform with get
Property Value
Transform
RemarksThe Z axis of the coordinate system is the normal to the plane of the connector.
See Also