Revit 2025 API
Connector |
The domain of the connector.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntax
public virtual Domain Domain { get; }
Public Overridable ReadOnly Property Domain As Domain Get
public: virtual property Domain Domain { Domain get (); }
abstract Domain : Domain with get override Domain : Domain with get
Property Value
DomainImplements
IConnectorDomain
This property is used to retrieve the domain of the connector.
See Also