| Revit 2022.1 API |
| ProgressChangedEventArgs..::..Position Property |
| ProgressChangedEventArgs Class See Also |
Progress bar position - value is always between zero and upperRange and is incremented by one with each event of stage "PositionChanged"
Namespace: Autodesk.Revit.DB.Events
Assembly: RevitAPI (in RevitAPI.dll) Version: 22.0.0.0 (22.1.1.0)
Since:
2013
Syntax
| C# |
|---|
public int Position { get; } |
| Visual Basic |
|---|
Public ReadOnly Property Position As Integer Get |
| Visual C++ |
|---|
public: property int Position { int get (); } |