Position Property


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: 2015.0.0.0 (2015.0.0.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 ();
}

See Also