The current edit task.
[Visual Basic .NET] Public Property CurrentTask As IEditTask
[C#] public IEditTask CurrentTask {get; set;}
Product Availability
Available with ArcGIS Desktop.
Remarks
Use this property to check or change the editor's current task. After an edit sketch is completed, the current task uses the geometry stored in IEditSketch to perform some action. IEditEvents::OnCurrentTaskChanged is called whenever the editor's current task is changed.
See Also
IEditor Interface | IEditTask.Deactivate Method | IEditTask.OnFinishSketch Method | IEditTask.OnDeleteSketch Method | IEditTask.Name Property | IEditTask.Activate Method | IEditor.Task Property | IEditor.TaskCount Property