ArcFM Solution Developer Guide
Find Method (MMAttrRelationshipClass)


Syntax
'Declaration
 
Public Overridable 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 MMAttrRelationshipClass
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)
public virtual ID8ListItem Find( 
   ID8ListItem pSearchItem,
   System.bool bRecurse,
   System.bool bCompareGeoObject,
   System.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

MMAttrRelationshipClass Class
MMAttrRelationshipClass Members

 

 


Send Comment