This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Controls > ESRI ArcGIS Controls > Interfaces > IE > IEngineEditor Interface > IEngineEditor.AddTask Method (ArcObjects .NET 10.4 SDK) |
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
This method adds an engine edit task to the collection of edit tasks managed by the EngineEditor singleton object.