ArcObjects Library Reference (DataSourcesRaster)  

IRasterStatusEvent.Start Event

Starts the raster status/progress report for a given step and a maximum values.

[Visual Basic .NET]
Public Event Start As StartEventHandler
[C#]
public event StartEventHandler Start
[C++]
HRESULT Start(
  long Step,
  long Max
);
[C++]

Parameters

Step [in]   Step is a parameter of type long Max [in]   Max is a parameter of type long

Product Availability

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

See Also

IRasterStatusEvent Interface