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


IDisplay.Progress Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Display > ESRI.ArcGIS.Display > Interfaces > ID > IDisplay Interface > IDisplay.Progress Method
ArcGIS Developer Help

IDisplay.Progress Method

Call frequently during drawing process.

[Visual Basic .NET]
Public Sub Progress ( _
    ByVal vertexCount As Integer _
)
[C#]
public void Progress (
    int vertexCount
);
[C++]
HRESULT Progress(
  long vertexCount
);
[C++]
Parameters
vertexCount [in]

vertexCount is a parameter of type long

Product Availability

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

Remarks

Progress is called from the draw methods.

See Also

IDisplay Interface