ArcFM Engine Developer Guide
FindFeatureLayerByModelName Method (MMLayerUtilsClass)


Syntax
'Declaration
 
Public Overridable 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 MMLayerUtilsClass
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)
public virtual 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

MMLayerUtilsClass Class
MMLayerUtilsClass Members

 

 


Send Comment