Creates an integer data object.
Namespace: Autodesk.Revit.DB.IFCAssembly: RevitAPIIFC (in RevitAPIIFC.dll) Version: 24.0.0.0 (24.0.0.0)
Since: 2013
Syntax
| C# |
|---|
public static IFCData CreateInteger( int value ) |
| Visual Basic |
|---|
Public Shared Function CreateInteger ( _ value As Integer _ ) As IFCData |
| Visual C++ |
|---|
public: static IFCData^ CreateInteger( int value ) |
Parameters
- value
- Type: System..::..Int32
The integer value.