Shape Property


IConnector Shape Property

The shape of the connector.

Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntax
ConnectorProfileType Shape { get; }

Property Value

ConnectorProfileType
Exceptions
Exception Condition
InvalidOperationException Throw when this connector has no shape.
Remarks
This property is used to retrieve the shape of the connector.
See Also