ConnectorElementDomain Property |
The domain of the connector.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntaxpublic 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
RemarksThis property is used to retrieve the domain of the connector.
See Also