|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IEditTaskSearch
Provides access to members that find edit tasks by name.
Use IEditTaskSearch::TaskByUniqueName to quickly find an edit task. This is helpful because you don't need to loop over all the edit tasks and check their names to see if you are getting the task you want, and it is robust as it allows you to uniquely identify a task regardless of its name.
You can find edit tasks by this method only if the task implements IEditTaskName.
IEditTask
Method Summary | |
---|---|
IEditTask |
getTaskByUniqueName(String uniqueName)
An edit task by unique name. |
Method Detail |
---|
IEditTask getTaskByUniqueName(String uniqueName) throws IOException, AutomationException
uniqueName
- The uniqueName (in)
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 |