ArcObjects Library Reference (EditorExt)  

IModifyEdgeTask Interface

Indicator interface for the modify edge task.

Product Availability

Available with ArcGIS Desktop.

Inherited Interfaces

Interfaces Description
IEditTask Provides access to a task that receives notification when the sketch is complete.

Remarks

IModifyTask is an indicator interface used to determine if a particular edit task is the Modify Edge task in the Editor.  The preferred approach is to ask the edit task for its unique name using IEditTask::UniqueName.  In the case of the Modify Edge task, its unique name is "TitusUI_ModifyEdgeTask".

See Also

IEditTask Interface