Revit 2026 API
MEPSystemIs |
Indicates if the system is empty or not.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public bool IsEmpty { get; }
Public ReadOnly Property IsEmpty As Boolean Get
public: property bool IsEmpty { bool get (); }
member IsEmpty : bool with get
Property Value
Boolean
returns true if the system doesn't contain any components
See Also