ArcFM Solution Developer Guide
SetEditedLayerByModelName Method (ILayerUtil)


Syntax
'Declaration
 
Function SetEditedLayerByModelName( _
   ByVal pEditor As ESRI.ArcGIS.Editor.IEditor, _
   ByVal bsModelName As System.String, _
   ByVal lSubtype As System.Integer _
) As ESRI.ArcGIS.Carto.IFeatureLayer
'Usage
 
Dim instance As ILayerUtil
Dim pEditor As ESRI.ArcGIS.Editor.IEditor
Dim bsModelName As System.String
Dim lSubtype As System.Integer
Dim value As ESRI.ArcGIS.Carto.IFeatureLayer
 
value = instance.SetEditedLayerByModelName(pEditor, bsModelName, lSubtype)
ESRI.ArcGIS.Carto.IFeatureLayer SetEditedLayerByModelName( 
   ESRI.ArcGIS.Editor.IEditor pEditor,
   System.string bsModelName,
   System.int lSubtype
)

Parameters

pEditor
bsModelName
lSubtype
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