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