ArcFM Responder Mobile Developer Guide
FindLayers Method (IMMMapUtilities2)






Syntax
'Declaration
 
Function FindLayers( _
   ByVal pMap As ESRI.ArcGIS.Carto.IMap, _
   ByVal pFeature As ESRI.ArcGIS.Geodatabase.IFeature _
) As ESRI.ArcGIS.Carto.IEnumLayer
'Usage
 
Dim instance As IMMMapUtilities2
Dim pMap As ESRI.ArcGIS.Carto.IMap
Dim pFeature As ESRI.ArcGIS.Geodatabase.IFeature
Dim value As ESRI.ArcGIS.Carto.IEnumLayer
 
value = instance.FindLayers(pMap, pFeature)
ESRI.ArcGIS.Carto.IEnumLayer FindLayers( 
   ESRI.ArcGIS.Carto.IMap pMap,
   ESRI.ArcGIS.Geodatabase.IFeature pFeature
)
function FindLayers( 
    pMap: ESRI.ArcGIS.Carto.IMap;
    pFeature: ESRI.ArcGIS.Geodatabase.IFeature
): ESRI.ArcGIS.Carto.IEnumLayer; 
function FindLayers( 
   pMap : ESRI.ArcGIS.Carto.IMap,
   pFeature : ESRI.ArcGIS.Geodatabase.IFeature
) : ESRI.ArcGIS.Carto.IEnumLayer;
ESRI.ArcGIS.Carto.IEnumLayer* FindLayers( 
   ESRI.ArcGIS.Carto.IMap* pMap,
   ESRI.ArcGIS.Geodatabase.IFeature* pFeature
) 
ESRI.ArcGIS.Carto.IEnumLayer^ FindLayers( 
   ESRI.ArcGIS.Carto.IMap^ pMap,
   ESRI.ArcGIS.Geodatabase.IFeature^ pFeature
) 

Parameters

pMap
pFeature
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

IMMMapUtilities2 Interface
IMMMapUtilities2 Members

Send Feedback