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


IStepProgressor.StepValue 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.StepValue Property
ArcGIS Developer Help

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

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