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.