Revit 2023 API |
IFCData..::..HasValue Property |
IFCData Class See Also |
Identifies if the data is empty or contains a value.
Namespace: Autodesk.Revit.DB.IFC
Assembly: RevitAPIIFC (in RevitAPIIFC.dll) Version: 23.0.0.0 (23.1.0.0)
Since:
2013
Syntax
C# |
---|
public bool HasValue { get; } |
Visual Basic |
---|
Public ReadOnly Property HasValue As Boolean Get |
Visual C++ |
---|
public: property bool HasValue { bool get (); } |