ArcFM Server Developer Guide
FindFeatureLayerByFeature Method (IMMLayerUtilities)


Syntax
'Declaration
 
Function FindFeatureLayerByFeature( _
   ByVal pMap As IMap, _
   ByVal pFeature As IFeature _
) As ESRI.ArcGIS.Carto.IFeatureLayer
'Usage
 
Dim instance As IMMLayerUtilities
Dim pMap As IMap
Dim pFeature As IFeature
Dim value As ESRI.ArcGIS.Carto.IFeatureLayer
 
value = instance.FindFeatureLayerByFeature(pMap, pFeature)
ESRI.ArcGIS.Carto.IFeatureLayer FindFeatureLayerByFeature( 
   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

IMMLayerUtilities Interface
IMMLayerUtilities Members

 

 


Send Comment