The connector within base equipment which is used to connect with system.
Namespace: Autodesk.Revit.DB.PlumbingAssembly: RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
C#
public Connector BaseEquipmentConnector { get; set; }Property Value
Connector
Exceptions
| Exception | Condition |
|---|
| ArgumentException |
Thrown when assigning a connector which is used in a system,
or when the connector's owner is not of type 'mechanical equipment'.
|
| InvalidOperationException |
Thrown when the set operation failed.
|
Remarks
Setting this property to
null will disconnect base equipment from system.
See Also
Reference