ArcObjects Library Reference  (Display)    

IDisplay.Progress Method

Call frequently during drawing process.

[Visual Basic 6.0]
Sub Progress(
    ByVal vertexCount As Long _
)
[Visual Basic .NET]
Public Sub Progress ( _
    ByVal vertexCount As Integer _
)
[C#]
public void Progress (
    int vertexCount
);
[Java]
public void progress (
    int vertexCount
)
throws
    IOException,
    AutomationException
[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