This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > System > ESRI.ArcGIS.esriSystem > Interfaces > IS > IStepProgressor Interface > IStepProgressor.StepValue Property (ArcObjects .NET 10.5 SDK) |
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
The increment value taken by the progression with each step.