|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IEditTaskName
Provides access to members that identify edit tasks.
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.
IEditTask
Method Summary | |
---|---|
String |
getUniqueName()
The name of the edit task. |
Method Detail |
---|
String getUniqueName() throws IOException, AutomationException
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".
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |