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


IEngineEditor.AddTask Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Controls > ESRI ArcGIS Controls > Interfaces > IE > IEngineEditor Interface > IEngineEditor.AddTask Method
ArcGIS Developer Help

IEngineEditor.AddTask Method

Adds a task to the EngineEditor.

[Visual Basic .NET]
Public Sub AddTask ( _
    ByVal Task As IEngineEditTask _
)
[C#]
public void AddTask (
    IEngineEditTask Task
);
[C++]
HRESULT AddTask(
  IEngineEditTask* Task
);
[C++]
Parameters
Task [in]

Task is a parameter of type IEngineEditTask*

Product Availability

Available with ArcGIS Engine.

Description

This method adds an engine edit task to the collection of edit tasks managed by the EngineEditor singleton object.

See Also

IEngineEditor Interface