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


IMBProgressor.StepProcess Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Geoprocessing)  

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