This document is archived and information here might be outdated. Recommended version. |
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