ESRI.ArcGIS.ADF.Web
Find(Int32) Method
See Also  Send Feedback
ESRI.ArcGIS.ADF.Web Namespace > LayoutImageDataFrameInfoCollection Class > Find Method : Find(Int32) Method




mapIndex
Map index of the item to find.
Find the item in the collection with the given map index.

Syntax

Visual Basic (Declaration) 
Public Overloads Function Find( _
   ByVal mapIndex As Integer _
) As LayoutImageDataFrameInfo
Visual Basic (Usage)Copy Code
Dim instance As LayoutImageDataFrameInfoCollection
Dim mapIndex As Integer
Dim value As LayoutImageDataFrameInfo
 
value = instance.Find(mapIndex)
C# 
public LayoutImageDataFrameInfo Find( 
   int mapIndex
)

Parameters

mapIndex
Map index of the item to find.

Return Value

The item with the passed in map index.

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.