ArcObjects Library Reference (System)  

IProgressor.Show Method

Shows the progressor.

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

Product Availability

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

Description

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

See Also

IProgressor Interface

.NET Samples

Calculate area geoprocessing function tool (Code Files: CalculateAreaFunction) |