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


IProgressor.Step Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (System)  

IProgressor.Step Method

Animates or steps the progressor.

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

Product Availability

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

Description

This is a generic Step method for progressors (for example a progress bar).

See Also

IProgressor Interface