ArcFM Engine Developer Guide
InternalFindByObj Method


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