Revit 2021 API |
ExternalApplicationArray..::..IsEmpty Property |
ExternalApplicationArray Class See Also |
Test to see if the array is empty.
Namespace: Autodesk.Revit.UI
Assembly: RevitAPIUI (in RevitAPIUI.dll) Version: 21.0.0.0 (21.0.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 array is empty then True will be returned, otherwise False.