Revit 2025.3 API
IFCAny |
Identifies if the handle is empty or contains a value.
Namespace: Autodesk.Revit.DB.IFC
Assembly: RevitAPIIFC (in RevitAPIIFC.dll) Version: 25.3.0.0 (25.3.0.0)
Syntax
public bool HasValue { get; }
Public ReadOnly Property HasValue As Boolean Get
public: property bool HasValue { bool get (); }
member HasValue : bool with get
Property Value
BooleanSee Also