The stored value
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 23.0.0.0 (23.1.0.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); } |