This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IF > IFeatureProgress Interface > IFeatureProgress.Step Event (ArcObjects .NET 10.5 SDK) |
Step the progressor interval.
[Visual Basic .NET] Public Event Step As StepEventHandler
[C#] public event StepEventHandler Step
[C++]
HRESULT Step(
void
);
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.