Connector.ConnectorType Property

ConnectorConnectorType Property

The connector type of the connector.

Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public ConnectorType ConnectorType { get; }
Public ReadOnly Property ConnectorType As ConnectorType
	Get
public:
property ConnectorType ConnectorType {
	ConnectorType get ();
}
member ConnectorType : ConnectorType with get

Property Value

ConnectorType
See Also