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 Boolean, _
   ByVal bCompareGeoObject As Boolean, _
   ByVal bCompareAttributes As Boolean _
) As ID8ListItem
'Usage
 
Dim instance As ID8List
Dim pSearchItem As ID8ListItem
Dim bRecurse As Boolean
Dim bCompareGeoObject As Boolean
Dim bCompareAttributes As Boolean
Dim value As ID8ListItem
 
value = instance.Find(pSearchItem, bRecurse, bCompareGeoObject, bCompareAttributes)

Parameters

pSearchItem
ID8ListItem
bRecurse
Boolean
bCompareGeoObject
Boolean
bCompareAttributes
Boolean

Return Value

Requirements

Target Platforms: Windows XP SP3 (32-bit and 64-bit), Windows 7 (32-bit and 64-bit)

Not all Operating Systems are supported on all products. Visit the ArcFM Solution Supported Versions page for full details.

See Also

Reference

ID8List Interface
ID8List Members

 

 


Send Comment