ESRI.ArcGIS.ADF.ArcGISServer.Editor
FindLastIndex(Int32,Int32,Predicate<AttributeDisplayOverride>) Method
See Also  Send Feedback
ESRI.ArcGIS.ADF.ArcGISServer.Editor Namespace > AttributeDisplayOverrideCollection Class > FindLastIndex Method : FindLastIndex(Int32,Int32,Predicate<AttributeDisplayOverride>) Method




startIndex
count
match

Syntax

Visual Basic (Declaration) 
Public Overloads Function FindLastIndex( _
   ByVal startIndex As Integer, _
   ByVal count As Integer, _
   ByVal match As Predicate(Of AttributeDisplayOverride) _
) As Integer
Visual Basic (Usage)Copy Code
Dim instance As AttributeDisplayOverrideCollection
Dim startIndex As Integer
Dim count As Integer
Dim match As Predicate(Of AttributeDisplayOverride)
Dim value As Integer
 
value = instance.FindLastIndex(startIndex, count, match)
C# 
public int FindLastIndex( 
   int startIndex,
   int count,
   Predicate<AttributeDisplayOverride> match
)

Parameters

startIndex
count
match

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.