ArcFM Desktop Developer Guide
FindLayer Method (IMMMapUtilities)


Syntax
'Declaration
 
Function FindLayer( _
   ByVal pMap As IMap, _
   ByVal pFeature As IFeature _
) As ESRI.ArcGIS.Carto.ILayer
'Usage
 
Dim instance As IMMMapUtilities
Dim pMap As IMap
Dim pFeature As IFeature
Dim value As ESRI.ArcGIS.Carto.ILayer
 
value = instance.FindLayer(pMap, pFeature)
ESRI.ArcGIS.Carto.ILayer FindLayer( 
   IMap pMap,
   IFeature pFeature
)

Parameters

pMap
pFeature
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

IMMMapUtilities Interface
IMMMapUtilities Members

 

 


Send Comment