| Revit 2022 API |
| IFCData..::..AsBoolean Method |
| IFCData Class See Also |
Gets storage value as boolean when its PrimitiveType is boolean.
Namespace: Autodesk.Revit.DB.IFC
Assembly: RevitAPIIFC (in RevitAPIIFC.dll) Version: 22.0.0.0 (22.1.0.0)
Since:
2013
Syntax
| C# |
|---|
public bool AsBoolean() |
| Visual Basic |
|---|
Public Function AsBoolean As Boolean |
| Visual C++ |
|---|
public: bool AsBoolean() |
Return Value
The bool value.
Exceptions
| Exception | Condition |
|---|---|
| Autodesk.Revit.Exceptions..::..InapplicableDataException | The primitive type is not boolean. |