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




The snapping rules to use while editing.

Syntax

Visual Basic (Declaration) 
<EditorAttribute(EditorBaseTypeName="System.Drawing.Design.UITypeEditor, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", EditorTypeName="ESRI.ArcGIS.ADF.ArcGISServer.Editor.Design.SnappingEditor, ESRI.ArcGIS.ADF.ArcGISServer.Editor, Version=10.0.0.0, Culture=neutral, PublicKeyToken=8fc3cc631e44ad86")>
<TypeConverterAttribute("ESRI.ArcGIS.ADF.ArcGISServer.Editor.Design.StringListConverter, ESRI.ArcGIS.ADF.ArcGISServer.Editor, Version=10.0.0.0, Culture=neutral, PublicKeyToken=8fc3cc631e44ad86")>
<NotifyParentPropertyAttribute(True)>
<PersistenceModeAttribute()>
<ResDescriptionAttribute("The snapping rules to use while editing.")>
<BrowsableAttribute(True)>
<ResCategoryAttribute("Snapping")>
Public Property Snapping As StringList
Visual Basic (Usage)Copy Code
Dim instance As EditorTask
Dim value As StringList
 
instance.Snapping = value
 
value = instance.Snapping
C# 
[EditorAttribute(EditorBaseTypeName="System.Drawing.Design.UITypeEditor, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", EditorTypeName="ESRI.ArcGIS.ADF.ArcGISServer.Editor.Design.SnappingEditor, ESRI.ArcGIS.ADF.ArcGISServer.Editor, Version=10.0.0.0, Culture=neutral, PublicKeyToken=8fc3cc631e44ad86")]
[TypeConverterAttribute("ESRI.ArcGIS.ADF.ArcGISServer.Editor.Design.StringListConverter, ESRI.ArcGIS.ADF.ArcGISServer.Editor, Version=10.0.0.0, Culture=neutral, PublicKeyToken=8fc3cc631e44ad86")]
[NotifyParentPropertyAttribute(true)]
[PersistenceModeAttribute()]
[ResDescriptionAttribute("The snapping rules to use while editing.")]
[BrowsableAttribute(true)]
[ResCategoryAttribute("Snapping")]
public StringList Snapping {get; set;}

See Also

© 2010 All Rights Reserved.