ArcObjects Library Reference (System)  

IStepProgressor.StepValue Property

The step increment of the progression.

[Visual Basic .NET]
Public Property StepValue As Integer
[C#]
public int StepValue {get; set;}
[C++]
HRESULT get_StepValue(
  long* Step
);
[C++]
HRESULT put_StepValue(
  long Step
);
[C++]

Parameters

Step [out, retval]   Step is a parameter of type long Step [in]   Step is a parameter of type long

Product Availability

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

Description

The increment value taken by the progression with each step.

See Also

IStepProgressor Interface