ESRI.ArcGIS.E2API Feedback via the User Forum
TaskContext Property
See Also 
ESRI.ArcGIS.E2API Namespace > ResultInfo Class : TaskContext Property


The TaskContext that generated the ChosenResult and TopLevelResult.

Syntax

Visual Basic (Declaration) 
Public ReadOnly Property TaskContext As TaskContext
Visual Basic (Usage)Copy Code
Dim instance As ResultInfo
Dim value As TaskContext
 
value = instance.TaskContext
C# 
public TaskContext TaskContext {get;}

Return Value

The TaskContext associated with the top-level Result.

Remarks

There is an association between every result in the results window and the TaskContext which was used to create that result. From that TaskContext, it is possible to re-run the appropriate task and therefore recreate the Result.

Platforms

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family

Version Information

This property was added to the E2API at version 1.0.0.348.

See Also