ArcFM Responder Mobile 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 System.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 System.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,
   System.string bsModelName
)
function FindFeatureLayerByModelName( 
    pMxDoc: ESRI.ArcGIS.ArcMapUI.IMxDocument;
    pWorkspace: ESRI.ArcGIS.Geodatabase.IWorkspace;
    bsModelName: System.String
): ESRI.ArcGIS.Carto.IFeatureLayer; 
function FindFeatureLayerByModelName( 
   pMxDoc : ESRI.ArcGIS.ArcMapUI.IMxDocument,
   pWorkspace : ESRI.ArcGIS.Geodatabase.IWorkspace,
   bsModelName : System.String
) : ESRI.ArcGIS.Carto.IFeatureLayer;
ESRI.ArcGIS.Carto.IFeatureLayer* FindFeatureLayerByModelName( 
   ESRI.ArcGIS.ArcMapUI.IMxDocument* pMxDoc,
   ESRI.ArcGIS.Geodatabase.IWorkspace* pWorkspace,
   System.string* bsModelName
) 
ESRI.ArcGIS.Carto.IFeatureLayer^ FindFeatureLayerByModelName( 
   ESRI.ArcGIS.ArcMapUI.IMxDocument^ pMxDoc,
   ESRI.ArcGIS.Geodatabase.IWorkspace^ pWorkspace,
   System.String^ bsModelName
) 

Parameters

pMxDoc
pWorkspace
bsModelName
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

ILayerUtil Interface
ILayerUtil Members

Send Feedback