ArcFM Solution Developer Guide
InternalFindByObj Method


Syntax
'Declaration
 
<System.Runtime.InteropServices.TypeLibFuncAttribute(TypeLibFuncFlags.FHidden)>
Public Overridable Sub InternalFindByObj( _
   ByVal pFindListObj As IMMFindListObj, _
   ByVal bRecurse As System.Boolean, _
   ByVal bCopy As System.Boolean, _
   ByVal pSimpleContainer As IMMSimpleContainer _
) 
'Usage
 
Dim instance As MMStoredItemTopLevelClass
Dim pFindListObj As IMMFindListObj
Dim bRecurse As System.Boolean
Dim bCopy As System.Boolean
Dim pSimpleContainer As IMMSimpleContainer
 
instance.InternalFindByObj(pFindListObj, bRecurse, bCopy, pSimpleContainer)
[System.Runtime.InteropServices.TypeLibFunc(TypeLibFuncFlags.FHidden)]
public virtual void InternalFindByObj( 
   IMMFindListObj pFindListObj,
   System.bool bRecurse,
   System.bool bCopy,
   IMMSimpleContainer pSimpleContainer
)

Parameters

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

MMStoredItemTopLevelClass Class
MMStoredItemTopLevelClass Members

 

 


Send Comment