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


IEditTaskName Interface (ArcObjects .NET 10.6 SDK)
ArcObjects Help for .NET developers > ArcObjects namespaces > Editor > ESRI.ArcGIS.Editor > Interfaces > IE > IEditTaskName Interface (ArcObjects .NET 10.6 SDK)
ArcObjects Library Reference (Editor)  

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.

CoClasses that implement IEditTaskName

CoClasses and Classes Description

See Also

IEditTask Interface | IEditTaskSearch Interface