com.esri.arcgis.editor
Interface IEditTaskName

All Superinterfaces:
Serializable
All Known Implementing Classes:
IEditTaskNameProxy

public interface IEditTaskName
extends Serializable

Provides access to members that identify edit tasks.

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.

Product Availability

Available with ArcGIS Desktop.

See Also:
IEditTask

Method Summary
 String getUniqueName()
          The name of the edit task.
 

Method Detail

getUniqueName

String getUniqueName()
                     throws IOException,
                            AutomationException
The name of the edit task.

Remarks

UniqueName should be composed of two parts, the compiled DLL name and the name given to the task by the author separated by an underscore character. For example, the Create New Feature task's UniqueName is "GarciaUI_CreateNewFeatureTask".

Product Availability

Available with ArcGIS Desktop.

Supported Platforms

Windows

Returns:
The name
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.