Revit 2026 API
Component |
A flag indicating whether the slot is currently empty.
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
BooleanSee Also