Gets storage value as IFCLogical when its PrimitiveType is logical.
Namespace: Autodesk.Revit.DB.IFC
Assembly: RevitAPIIFC (in RevitAPIIFC.dll) Version: 25.3.0.0 (25.3.0.0)
Syntax
C#
public IFCLogical AsLogical()
Return Value
IFCLogicalThe IFCLogical value.
Exceptions
Exception | Condition |
---|---|
InapplicableDataException | The primitive type is not logical. |