This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > System > ESRI.ArcGIS.esriSystem > Interfaces > IS > IStepProgressor Interface > IStepProgressor.Position Property (ArcObjects .NET 10.4 SDK) |
The current position of the progression.
[Visual Basic .NET] Public Property Position As Integer
[C#] public int Position {get; set;}
[C++]
HRESULT get_Position(
long* Position
);
[C++]
HRESULT put_Position(
long Position
);
[C++]
Parameters Position [out, retval] Position is a parameter of type long Position [in] Position is a parameter of type long
The current position of the progression between the MinRange and MaxRange values.