ArcFM Engine Developer Guide
FindFeatureLayerByModelName Method (ILayerUtil)


Syntax
'Declaration
 
Function FindFeatureLayerByModelName( _
   ByVal pMxDoc As ESRI.ArcGIS.ArcMapUI.IMxDocument, _
   ByVal pWorkspace As ESRI.ArcGIS.Geodatabase.IWorkspace, _
   ByVal bsModelName As String _
) As ESRI.ArcGIS.Carto.IFeatureLayer
'Usage
 
Dim instance As ILayerUtil
Dim pMxDoc As ESRI.ArcGIS.ArcMapUI.IMxDocument
Dim pWorkspace As ESRI.ArcGIS.Geodatabase.IWorkspace
Dim bsModelName As String
Dim value As ESRI.ArcGIS.Carto.IFeatureLayer
 
value = instance.FindFeatureLayerByModelName(pMxDoc, pWorkspace, bsModelName)
ESRI.ArcGIS.Carto.IFeatureLayer FindFeatureLayerByModelName( 
   ESRI.ArcGIS.ArcMapUI.IMxDocument pMxDoc,
   ESRI.ArcGIS.Geodatabase.IWorkspace pWorkspace,
   string bsModelName
)

Parameters

pMxDoc
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

ILayerUtil Interface
ILayerUtil Members

 

 


Send Comment