ArcFM Engine Developer Guide
SetEditedLayerByModelName Method (MMLayerUtilsClass)


Syntax
'Declaration
 
Public Overridable Function SetEditedLayerByModelName( _
   ByVal pEditor As ESRI.ArcGIS.Editor.IEditor, _
   ByVal bsModelName As String, _
   ByVal lSubtype As Integer _
) As ESRI.ArcGIS.Carto.IFeatureLayer
'Usage
 
Dim instance As MMLayerUtilsClass
Dim pEditor As ESRI.ArcGIS.Editor.IEditor
Dim bsModelName As String
Dim lSubtype As Integer
Dim value As ESRI.ArcGIS.Carto.IFeatureLayer
 
value = instance.SetEditedLayerByModelName(pEditor, bsModelName, lSubtype)
public virtual ESRI.ArcGIS.Carto.IFeatureLayer SetEditedLayerByModelName( 
   ESRI.ArcGIS.Editor.IEditor pEditor,
   string bsModelName,
   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

MMLayerUtilsClass Class
MMLayerUtilsClass Members

 

 


Send Comment