ArcFM Engine Developer Guide
FindFeatureLayerByFeature Method (MMLayerUtilsClass)


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

MMLayerUtilsClass Class
MMLayerUtilsClass Members

 

 


Send Comment