ArcObjects Library Reference (DataSourcesRaster)  

IRasterStatusEvent.Step Event

Reports status/progress at a given step.

[Visual Basic .NET]
Public Event Step As StepEventHandler
[C#]
public event StepEventHandler Step
[C++]
HRESULT Step(
  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

IRasterStatusEvent Interface