Revit 2025.3 API
IConnectorShape Property |
The shape of the connector.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.3.0.0 (25.3.0.0)
Syntax
ConnectorProfileType Shape { get; }
ReadOnly Property Shape As ConnectorProfileType Get
property ConnectorProfileType Shape { ConnectorProfileType get (); }
abstract Shape : ConnectorProfileType with get
Property Value
ConnectorProfileType| Exception | Condition |
|---|---|
| InvalidOperationException | Throw when this connector has no shape. |
This property is used to retrieve the shape of the connector.
See Also