ArcFM Solution Developer Guide
Find Method (ID8List)






ID8ListItem
Boolean
Boolean
Boolean
Finds the list item that is the same as the SearchItem in the list. Comparison is based whether you decide to compare GeoObject or attributes or both. Reference to the matching list item is return as FoundItem. FoundItem is NULL if not found.
Syntax
'Declaration
 
Function Find( _
   ByVal pSearchItem As ID8ListItem, _
   ByVal bRecurse As System.Boolean, _
   ByVal bCompareGeoObject As System.Boolean, _
   ByVal bCompareAttributes As System.Boolean _
) As ID8ListItem
'Usage
 
Dim instance As ID8List
Dim pSearchItem As ID8ListItem
Dim bRecurse As System.Boolean
Dim bCompareGeoObject As System.Boolean
Dim bCompareAttributes As System.Boolean
Dim value As ID8ListItem
 
value = instance.Find(pSearchItem, bRecurse, bCompareGeoObject, bCompareAttributes)
ID8ListItem Find( 
   ID8ListItem pSearchItem,
   System.bool bRecurse,
   System.bool bCompareGeoObject,
   System.bool bCompareAttributes
)
function Find( 
    pSearchItem: ID8ListItem;
    bRecurse: System.Boolean;
    bCompareGeoObject: System.Boolean;
    bCompareAttributes: System.Boolean
): ID8ListItem; 
function Find( 
   pSearchItem : ID8ListItem,
   bRecurse : System.boolean,
   bCompareGeoObject : System.boolean,
   bCompareAttributes : System.boolean
) : ID8ListItem;
ID8ListItem* Find( 
   ID8ListItem* pSearchItem,
   System.bool bRecurse,
   System.bool bCompareGeoObject,
   System.bool bCompareAttributes
) 
ID8ListItem^ Find( 
   ID8ListItem^ pSearchItem,
   System.bool bRecurse,
   System.bool bCompareGeoObject,
   System.bool bCompareAttributes
) 

Parameters

pSearchItem
ID8ListItem
bRecurse
Boolean
bCompareGeoObject
Boolean
bCompareAttributes
Boolean

Return Value

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

ID8List Interface
ID8List Members

Send Feedback