ArcObjects Library Reference (System)  

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(
  long Position
);
[C++]

Parameters

Position [out, retval]   Position is a parameter of type long Position [in]   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

.NET Snippets

Flip Line Direction