com.esri.arcgis.editor
Interface IModifyTask

All Superinterfaces:
Serializable
All Known Implementing Classes:
IModifyTaskProxy

public interface IModifyTask
extends Serializable

Indicator interface that identifies an edit task for modifying features.

Remarks

IModifyTask is an indicator interface used to determine if a particular edit task is the Modify Feature task in the Editor. The preferred approach is to ask the edit task for its unique name using IEditTask::UniqueName. In the case of the Modify Feature task, its unique name is "GarciaUI_ModifyFeatureTask".

Product Availability

Available with ArcGIS Desktop.