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


IEngineEditor.Task Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Controls)  

IEngineEditor.Task Property

The edit task at the specified index.

[Visual Basic .NET]
Public Function get_Task ( _
    ByVal index As Integer _
) As IEngineEditTask
[C#]
public IEngineEditTask get_Task (
    int index
);
[C++]
HRESULT get_Task(
  long index,
  IEngineEditTask** Task
);
[C++]

Parameters index [in] index is a parameter of type long Task [out, retval]
Task is a parameter of type IEngineEditTask

Product Availability

Available with ArcGIS Engine.

Description

Use this property to get a reference to the engine edit task specified by the index parameter.

See Also

IEngineEditor Interface