Revit 2025.3 API
ConnectorMEPSystem Property |
The system of the connector belong to.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.3.0.0 (25.3.0.0)
Syntax
public MEPSystem MEPSystem { get; }
Public ReadOnly Property MEPSystem As MEPSystem Get
public: property MEPSystem^ MEPSystem { MEPSystem^ get (); }
member MEPSystem : MEPSystem with get
Property Value
MEPSystem| Exception | Condition |
|---|---|
| InvalidOperationException | Thrown on failure to get system. |
See Also