This document is archived and information here might be outdated.  Recommended version.


IEditor.CurrentTask Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Editor > ESRI.ArcGIS.Editor > Interfaces > IE > IEditor Interface > IEditor.CurrentTask Property
ArcGIS Developer Help

IEditor.CurrentTask Property

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.Activate Method | IEditTask.Deactivate Method | IEditTask.Name Property | IEditTask.OnDeleteSketch Method | IEditTask.OnFinishSketch Method | IEditor.Task Property | IEditor.TaskCount Property