IConnector.Shape Property

IConnectorShape 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; }
ReadOnly Property Shape As ConnectorProfileType
	Get
property ConnectorProfileType Shape {
	ConnectorProfileType get ();
}
abstract Shape : ConnectorProfileType with get

Property Value

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