ArcFM Engine Developer Guide
Find Method (D8ListClass)


Syntax
'Declaration
 
Public Overridable Function Find( _
   ByVal pSearchItem As ID8ListItem, _
   ByVal bRecurse As Boolean, _
   ByVal bCompareGeoObject As Boolean, _
   ByVal bCompareAttributes As Boolean _
) As ID8ListItem
'Usage
 
Dim instance As D8ListClass
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)
public virtual ID8ListItem Find( 
   ID8ListItem pSearchItem,
   bool bRecurse,
   bool bCompareGeoObject,
   bool bCompareAttributes
)

Parameters

pSearchItem
bRecurse
bCompareGeoObject
bCompareAttributes
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

D8ListClass Class
D8ListClass Members

 

 


Send Comment