ESRI.ArcGIS.ADF.ArcGISServer.Editor
IndexOf Method
See Also 
ESRI.ArcGIS.ADF.ArcGISServer.Editor Namespace > EditorPanelCollection Class : IndexOf Method




editorPanel
The EditorPanel to locate in the collection.
Searches for the specified EditorPanel and returns the zero-based index of the first occurence.

Syntax

Visual Basic (Declaration) 
Public Function IndexOf( _
   ByVal editorPanel As EditorPanel _
) As Integer
Visual Basic (Usage)Copy Code
Dim instance As EditorPanelCollection
Dim editorPanel As EditorPanel
Dim value As Integer
 
value = instance.IndexOf(editorPanel)
C# 
public int IndexOf( 
   EditorPanel editorPanel
)

Parameters

editorPanel
The EditorPanel to locate in the collection.

Return Value

The zero-based index of the first occurrence of editorPanel within the entire List, if found; otherwise, –1.

See Also

© 2010 All Rights Reserved.