ArcObjects Library Reference  (Editor)    

IEditTaskSearch Interface

Provides access to members that find edit tasks by name.

Product Availability

Available with ArcGIS Desktop.

Members

Description
Read-only property TaskByUniqueName An edit task by unique name.

CoClasses that implement IEditTaskSearch

CoClasses and Classes Description
Editor The Object Editor Extension.

Remarks

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.

See Also

IEditTask Interface

Example

esriEditor_IEditTaskSearch_Example

 


Feedback Send feedback on this page