ArcFM Desktop Developer Guide
FindFeatureLayerByModelName Method (ILayerUtil)


Syntax
'Declaration
 
Function FindFeatureLayerByModelName( _
   ByVal pMxDoc As IMxDocument, _
   ByVal pWorkspace As IWorkspace, _
   ByVal bsModelName As String _
) As ESRI.ArcGIS.Carto.IFeatureLayer
'Usage
 
Dim instance As ILayerUtil
Dim pMxDoc As IMxDocument
Dim pWorkspace As IWorkspace
Dim bsModelName As String
Dim value As ESRI.ArcGIS.Carto.IFeatureLayer
 
value = instance.FindFeatureLayerByModelName(pMxDoc, pWorkspace, bsModelName)
ESRI.ArcGIS.Carto.IFeatureLayer FindFeatureLayerByModelName( 
   IMxDocument pMxDoc,
   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