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


Indicates which Result object was selected.

Syntax

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

Return Value

The selected Result.

Remarks

This is typically the selected result in the results window. The ChosenResult may be the same as the TopLevelResult. This could return a null object if no Results have been generated from the TaskContext.

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