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