ArcObjects Library Reference (DataSourcesRaster)  

IRasterStatus.FireStart Method

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

Product Availability

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

See Also

IRasterStatus Interface