ArcFM Engine Developer Guide
InitializeStrategyUI Method


Takes an IMap object
Takes an IObjectClass object
This method takes a map and an object class to initialize the search strategy. It may be called several times during the lifetime of the application depending on changes to the map and map layers. This method is called each time items are added or removed from the map.
Syntax
'Declaration
 
Sub InitializeStrategyUI( _
   ByVal Map As ESRI.ArcGIS.Carto.IMap, _
   ByVal classFilter As ESRI.ArcGIS.Geodatabase.IObjectClass _
) 
'Usage
 
Dim instance As IMMSearchStrategyUI
Dim Map As ESRI.ArcGIS.Carto.IMap
Dim classFilter As ESRI.ArcGIS.Geodatabase.IObjectClass
 
instance.InitializeStrategyUI(Map, classFilter)
void InitializeStrategyUI( 
   ESRI.ArcGIS.Carto.IMap Map,
   ESRI.ArcGIS.Geodatabase.IObjectClass classFilter
)

Parameters

Map
Takes an IMap object
classFilter
Takes an IObjectClass object
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

IMMSearchStrategyUI Interface
IMMSearchStrategyUI Members

 

 


Send Comment