ArcFM Responder Mobile Developer Guide
FindByObj Method






Syntax
'Declaration
 
Public Overridable Function FindByObj( _
   ByVal pFindListObj As IMMFindListObj, _
   ByVal bRecurse As System.Boolean, _
   ByVal bCopy As System.Boolean _
) As ID8EnumListItem
'Usage
 
Dim instance As MMStoredItemTopLevelClass
Dim pFindListObj As IMMFindListObj
Dim bRecurse As System.Boolean
Dim bCopy As System.Boolean
Dim value As ID8EnumListItem
 
value = instance.FindByObj(pFindListObj, bRecurse, bCopy)
public virtual ID8EnumListItem FindByObj( 
   IMMFindListObj pFindListObj,
   System.bool bRecurse,
   System.bool bCopy
)
public function FindByObj( 
    pFindListObj: IMMFindListObj;
    bRecurse: System.Boolean;
    bCopy: System.Boolean
): ID8EnumListItem; virtual; 
public function FindByObj( 
   pFindListObj : IMMFindListObj,
   bRecurse : System.boolean,
   bCopy : System.boolean
) : ID8EnumListItem;
public: virtual ID8EnumListItem* FindByObj( 
   IMMFindListObj* pFindListObj,
   System.bool bRecurse,
   System.bool bCopy
) 
public:
virtual ID8EnumListItem^ FindByObj( 
   IMMFindListObj^ pFindListObj,
   System.bool bRecurse,
   System.bool bCopy
) 

Parameters

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

MMStoredItemTopLevelClass Class
MMStoredItemTopLevelClass Members

Send Feedback