IFCAnyHandle.HasValue Property

IFCAnyHandleHasValue Property

Identifies if the handle is empty or contains a value.

Namespace: Autodesk.Revit.DB.IFC
Assembly: RevitAPIIFC (in RevitAPIIFC.dll) Version: 26.0.4.0 (26.0.4.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

Boolean
See Also