ESRI.ArcGIS.ADF.ArcGISServer.Editor
EditableLayers Property
See Also  Send Feedback
ESRI.ArcGIS.ADF.ArcGISServer.Editor Namespace > EditorTask Class : EditableLayers Property




A list of the layer IDs for all layers that will be editable by the editor.

Syntax

Visual Basic (Declaration) 
<ResDescriptionAttribute("A list of the layer IDs for all layers that will be editable by the editor.")>
<BrowsableAttribute(True)>
<ResCategoryAttribute("Editing")>
<NotifyParentPropertyAttribute(True)>
<PersistenceModeAttribute(PersistenceMode.Attribute)>
<EditorAttribute(EditorBaseTypeName="System.Drawing.Design.UITypeEditor, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", EditorTypeName="ESRI.ArcGIS.ADF.ArcGISServer.Editor.Design.EditableLayersEditor, ESRI.ArcGIS.ADF.ArcGISServer.Editor, Version=10.1.0.0, Culture=neutral, PublicKeyToken=8fc3cc631e44ad86")>
<TypeConverterAttribute("ESRI.ArcGIS.ADF.ArcGISServer.Editor.Design.StringListConverter, ESRI.ArcGIS.ADF.ArcGISServer.Editor, Version=10.1.0.0, Culture=neutral, PublicKeyToken=8fc3cc631e44ad86")>
Public Property EditableLayers As StringList
Visual Basic (Usage)Copy Code
Dim instance As EditorTask
Dim value As StringList
 
instance.EditableLayers = value
 
value = instance.EditableLayers
C# 
[ResDescriptionAttribute("A list of the layer IDs for all layers that will be editable by the editor.")]
[BrowsableAttribute(true)]
[ResCategoryAttribute("Editing")]
[NotifyParentPropertyAttribute(true)]
[PersistenceModeAttribute(PersistenceMode.Attribute)]
[EditorAttribute(EditorBaseTypeName="System.Drawing.Design.UITypeEditor, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", EditorTypeName="ESRI.ArcGIS.ADF.ArcGISServer.Editor.Design.EditableLayersEditor, ESRI.ArcGIS.ADF.ArcGISServer.Editor, Version=10.1.0.0, Culture=neutral, PublicKeyToken=8fc3cc631e44ad86")]
[TypeConverterAttribute("ESRI.ArcGIS.ADF.ArcGISServer.Editor.Design.StringListConverter, ESRI.ArcGIS.ADF.ArcGISServer.Editor, Version=10.1.0.0, Culture=neutral, PublicKeyToken=8fc3cc631e44ad86")]
public StringList EditableLayers {get; set;}

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2011 All Rights Reserved.