This document is archived and information here might be outdated.  Recommended version.


IStepProgressor.Position Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > System > ESRI.ArcGIS.esriSystem > Interfaces > IS > IStepProgressor Interface > IStepProgressor.Position Property
ArcGIS Developer Help

IStepProgressor.Position Property

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(
  System.Int32* Position
);
[C++]
Parameters
Position [in]

Position is a parameter of type long Position [out, retval]
Position is a parameter of type long*

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Description

The current position of the progression between the MinRange and MaxRange values.

See Also

IStepProgressor Interface