Revit 2023 API |
SpaceSet..::..IsEmpty Property |
SpaceSet Class See Also |
Test to see if the set is empty.
Namespace: Autodesk.Revit.DB.Mechanical
Assembly: RevitAPI (in RevitAPI.dll) Version: 23.0.0.0 (23.1.0.0)
Syntax
C# |
---|
public virtual bool IsEmpty { get; } |
Visual Basic |
---|
Public Overridable ReadOnly Property IsEmpty As Boolean Get |
Visual C++ |
---|
public: virtual property bool IsEmpty { bool get (); } |
Remarks
If the set is empty then True will be returned, otherwise False.