com.esri.arcgis.editor
Interface ICreateFeatureTask

All Superinterfaces:
Serializable
All Known Implementing Classes:
ICreateFeatureTaskProxy

public interface ICreateFeatureTask
extends Serializable

Indicator interface that identifies an edit task for creating features.

Remarks

ICreateFeatureTask is an indicator interface used to determine if a particular edit task is the Create New 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 Create New Feature task, its unique name is "GarciaUI_CreateNewFeatureTask".

Product Availability

Available with ArcGIS Desktop.