ArcFM Engine Developer Guide
FindFeatureLayerByModelName Method (IMMLayerUtilities)


Syntax
'Declaration
 
Function FindFeatureLayerByModelName( _
   ByVal pMap As ESRI.ArcGIS.Carto.IMap, _
   ByVal pWorkspace As ESRI.ArcGIS.Geodatabase.IWorkspace, _
   ByVal bsModelName As String _
) As ESRI.ArcGIS.Carto.IFeatureLayer
'Usage
 
Dim instance As IMMLayerUtilities
Dim pMap As ESRI.ArcGIS.Carto.IMap
Dim pWorkspace As ESRI.ArcGIS.Geodatabase.IWorkspace
Dim bsModelName As String
Dim value As ESRI.ArcGIS.Carto.IFeatureLayer
 
value = instance.FindFeatureLayerByModelName(pMap, pWorkspace, bsModelName)
ESRI.ArcGIS.Carto.IFeatureLayer FindFeatureLayerByModelName( 
   ESRI.ArcGIS.Carto.IMap pMap,
   ESRI.ArcGIS.Geodatabase.IWorkspace pWorkspace,
   string bsModelName
)

Parameters

pMap
pWorkspace
bsModelName
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