Revit 2022.1 API |
Categories..::..IsEmpty Property |
Categories Class See Also |
Whether or not the list of top-level categories is empty.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 22.0.0.0 (22.1.1.0)
Syntax
C# |
---|
public override bool IsEmpty { get; } |
Visual Basic |
---|
Public Overrides ReadOnly Property IsEmpty As Boolean Get |
Visual C++ |
---|
public: virtual property bool IsEmpty { bool get () override; } |