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


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

IEditTaskName Interface

Provides access to members that identify edit tasks.

Product Availability

Available with ArcGIS Desktop.

When To Use

Implement IEditTaskName if you want to allow users to uniquely identify your edit task by name.  This will provide an efficient way to find a particular task via IEditTaskSearch.

Members

Name Description
Read-only property UniqueName The name of the edit task.

Classes that implement IEditTaskName

Classes Description

See Also

IEditTask Interface | IEditTaskSearch Interface