Revit 2025 API
Compound |
Checks whether this CompoundStructure is empty.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.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
BooleanSee Also