ESRI.ArcGIS.ADF.ArcGISServer.Editor
EnableEditExistingFeature Property
See Also 
ESRI.ArcGIS.ADF.ArcGISServer.Editor Namespace > EditorTask Class : EnableEditExistingFeature Property




Indicates if the editor task allows feature geometries to be edited.

Syntax

Visual Basic (Declaration) 
<ResDescriptionAttribute("Indicates if the editor task allows feature geometries to be edited.")>
<BrowsableAttribute(True)>
<ResCategoryAttribute("Editing Panels")>
<PersistenceModeAttribute()>
<DefaultValueAttribute()>
Public Property EnableEditExistingFeature As Boolean
Visual Basic (Usage)Copy Code
Dim instance As EditorTask
Dim value As Boolean
 
instance.EnableEditExistingFeature = value
 
value = instance.EnableEditExistingFeature
C# 
[ResDescriptionAttribute("Indicates if the editor task allows feature geometries to be edited.")]
[BrowsableAttribute(true)]
[ResCategoryAttribute("Editing Panels")]
[PersistenceModeAttribute()]
[DefaultValueAttribute()]
public bool EnableEditExistingFeature {get; set;}

See Also

© 2010 All Rights Reserved.