This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IR > IRasterStatusEvent Interface > IRasterStatusEvent.Start Event (ArcObjects .NET 10.4 SDK) |
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