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


IEngineEditor.AddTask Method (ArcObjects .NET 10.6 SDK)
ArcObjects Library Reference (Controls)  

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