ESRI.ArcGIS.ADF.ArcGISServer.Editor
SnapType Enumeration
See Also 
ESRI.ArcGIS.ADF.ArcGISServer.Editor Namespace : SnapType Enumeration




Snapping types.

Syntax

Visual Basic (Declaration) 
<FlagsAttribute()>
Public Enum SnapType 
   Inherits Enum
Visual Basic (Usage)Copy Code
Dim instance As SnapType
C# 
[FlagsAttribute()]
public enum SnapType : Enum 

Members

MemberDescription
None No snapping.
Vertex Snapping is applied to feature vertices.
Edge Snapping is applied to feature edges.
End Snapping is applied to the end points of features.

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         ESRI.ArcGIS.ADF.ArcGISServer.Editor.SnapType

See Also

© 2010 All Rights Reserved.