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