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




Indicates if the editor task allows new features to be created.

Syntax

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

See Also

© 2010 All Rights Reserved.