Sets new Integer value of entry.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 24.0.0.0 (24.0.0.0)
Since: 2022
Syntax
C# |
---|
public void SetIntegerValue( int value ) |
Visual Basic |
---|
Public Sub SetIntegerValue ( _ value As Integer _ ) |
Visual C++ |
---|
public: void SetIntegerValue( int value ) |
Parameters
- value
- Type: System..::..Int32
Remarks
You should only use this method if the StorageType property reports the type of the entry as a Integer.
Exceptions
Exception | Condition |
---|---|
Autodesk.Revit.Exceptions..::..InvalidOperationException | The entry has different storage type with Integer. |