This document is archived and information here might be outdated. Recommended version. |
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.