ArcObjects Library Reference (DataSourcesRaster)  

IRasterStatus.FireStep Method

Fires a Step of a raster status event.

[Visual Basic .NET]
Public Sub FireStep ( _
    ByVal pos As Integer _
)
[C#]
public void FireStep (
    int pos
);
[C++]
HRESULT FireStep(
  long pos
);
[C++]

Parameters

pos [in]   pos is a parameter of type long

Product Availability

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

See Also

IRasterStatus Interface