ESRI.ArcGIS.E2API Feedback via the User Forum
GetChildResult Method
See Also 
ESRI.ArcGIS.E2API Namespace > Result Class : GetChildResult Method


index
The index of the child result to return.
Returns the child result at a specified index.

Syntax

Visual Basic (Declaration) 
Public Function GetChildResult( _
   ByVal index As Integer _
) As Result
Visual Basic (Usage)Copy Code
Dim instance As Result
Dim index As Integer
Dim value As Result
 
value = instance.GetChildResult(index)
C# 
public Result GetChildResult( 
   int index
)

Parameters

index
The index of the child result to return.

Return Value

The child result at the specified index.

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