This document is archived and information here might be outdated. Recommended version. |
Fires a Start of a raster status event.
[Visual Basic .NET] Public Sub FireStart ( _ ByVal Min As Integer, _ ByVal Max As Integer _ )
[C#] public void FireStart ( int Min, int Max );
[C++]
HRESULT FireStart(
long Min,
long Max
);
[C++]
Parameters Min [in]
Min is a parameter of type long Max [in]
Max is a parameter of type long