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


IEditor.Task 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.Task Property
ArcGIS Developer Help

IEditor.Task Property

An edit task by index.

[Visual Basic .NET]
Public Function get_Task ( _
    ByVal index As Integer _
) As IEditTask
[C#]
public IEditTask get_Task (
    int index
);

Product Availability

Available with ArcGIS Desktop.

Remarks

Use this property to get a reference to the edit task specified by the required index parameter. The Task property is usually used with TaskCount and IEditTask::Name to change the editor's current task.

See Also

IEditor Interface | IEditor.CurrentTask Property | IEditor.TaskCount Property | IEditTaskSearch Interface