ArcFM Server Developer Guide
FindFeatureLayerByFeature Method (MMLayerUtilitiesClass)


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

MMLayerUtilitiesClass Class
MMLayerUtilitiesClass Members

 

 


Send Comment