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.