| Revit 2022.1 API |
| IntegerParameterValue..::..Value Property |
| IntegerParameterValue Class See Also |
The stored value
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 22.0.0.0 (22.1.1.0)
Since:
2016 Subscription Update
Syntax
| C# |
|---|
public int Value { get; set; } |
| Visual Basic |
|---|
Public Property Value As Integer Get Set |
| Visual C++ |
|---|
public: property int Value { int get (); void set (int value); } |