This document is archived and information here might be outdated.  Recommended version.


ICreateFeatureTask Interface (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Editor > ESRI.ArcGIS.Editor > Interfaces > IC > ICreateFeatureTask Interface
ArcGIS Developer Help

ICreateFeatureTask Interface

Indicator interface that identifies an edit task for creating features.

Product Availability

Available with ArcGIS Desktop.

Classes that implement ICreateFeatureTask

Classes Description

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".

See Also

IEditTaskSearch Interface