Sets new Integer value of entry.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.2.0.0 (26.2.0.0)
Syntax
C#
public void SetIntegerValue( int value )
Parameters
- value Int32
Exceptions
Exception | Condition |
---|---|
InvalidOperationException | The entry has different storage type with Integer. |