ArcFM Server Developer Guide
FindByObj Method


Syntax
'Declaration
 
Function FindByObj( _
   ByVal pFindListObj As IMMFindListObj, _
   ByVal bRecurse As Boolean, _
   ByVal bCopy As Boolean _
) As ID8EnumListItem
'Usage
 
Dim instance As IMMFindList
Dim pFindListObj As IMMFindListObj
Dim bRecurse As Boolean
Dim bCopy As Boolean
Dim value As ID8EnumListItem
 
value = instance.FindByObj(pFindListObj, bRecurse, bCopy)

Parameters

pFindListObj
bRecurse
bCopy
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

IMMFindList Interface
IMMFindList Members

 

 


Send Comment