ESRI.ArcGIS.ADF.ArcGISServer.Editor
IndexOf Method
See Also  Send Feedback
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.

Requirements

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

See Also

© 2011 All Rights Reserved.