ArcFM Desktop Developer Guide
Find Method (IMMFinder)


Version: 10.2.1b and 10.2.1b SP1

Resource Center Home

IMMFindCallback
This method instructs the finder object to begin finding geoObjects-objects that fit the finder object's criteria where pCallback contains callback methods to send located objects from the finder object to the Locator Tool.
Syntax
'Declaration
 
Sub Find( _
   ByVal pCallback As IMMFindCallback _
) 
'Usage
 
Dim instance As IMMFinder
Dim pCallback As IMMFindCallback
 
instance.Find(pCallback)
void Find( 
   IMMFindCallback pCallback
)

Parameters

pCallback
IMMFindCallback
Example
The following code sample demonstrates how the IMMFinder::Find method may be implemented.
Visual Basic Copy Code
Private Sub IMMFinder_Find(ByVal pCallback As Miner.Interop.Desktop.IMMFindCallback)
m_frmOIDForm.LocateFeature pCallback
End Sub
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

IMMFinder Interface
IMMFinder Members

 

 


Send Comment