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


index
The index of the child result to remove.
Removes the child result at the specified index from the result.

Syntax

Visual Basic (Declaration) 
Public Sub RemoveResult( _
   ByVal index As Integer _
) 
Visual Basic (Usage)Copy Code
Dim instance As Result
Dim index As Integer
 
instance.RemoveResult(index)
C# 
public void RemoveResult( 
   int index
)

Parameters

index
The index of the child result to remove.

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