com.esri.arcgis.geodatabase
Class IFeatureProgressStepEvent
java.lang.Object
java.util.EventObject
com.esri.arcgis.geodatabase.IFeatureProgressStepEvent
- All Implemented Interfaces:
- Serializable
public class IFeatureProgressStepEvent
- extends EventObject
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.
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
Supported Platforms
Windows, Solaris, Linux
- See Also:
- Serialized Form
Method Summary |
void |
init()
|
IFeatureProgressStepEvent
public IFeatureProgressStepEvent(Object source)
init
public void init()