Revit 2025.3 API
Piping |
The connector within base equipment which is used to connect with system.
Namespace: Autodesk.Revit.DB.Plumbing
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.3.0.0 (25.3.0.0)
Syntax
public Connector BaseEquipmentConnector { get; set; }
Public Property BaseEquipmentConnector As Connector Get Set
public: property Connector^ BaseEquipmentConnector { Connector^ get (); void set (Connector^ value); }
member BaseEquipmentConnector : Connector with get, set
Property Value
Connector| 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. |
Setting this property to will disconnect base equipment from system.
See Also