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