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


IMBProgressor.StepProcess Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geoprocessing > ESRI.ArcGIS.Geoprocessing > Interfaces > IM > IMBProgressor Interface > IMBProgressor.StepProcess Method
ArcGIS Developer Help

IMBProgressor.StepProcess Method

Increments the current progressor position by one.

[Visual Basic .NET]
Public Sub StepProcess ( _
)
[C#]
public void StepProcess (
);
[C++]
HRESULT StepProcess(
void
);

Product Availability

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

See Also

IMBProgressor Interface