ArcObjects Library Reference (GeoDatabase)  

IFeatureProgress.Step Event

Step the progressor interval.

[Visual Basic .NET]
Public Event Step As StepEventHandler
[C#]
public event StepEventHandler Step
[C++]
HRESULT Step(
void
);

Product Availability

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

Remarks

The Step method is fired automatically for every x number of features,where x is the value of StepValue. You can use this event to keep a count of how many features have been converted. The IsCancelled, property is fetched by the converter after every call to Step.

See Also

IFeatureProgress Interface