ESRI.ArcGIS.Mobile
SnappingType Enumeration
See Also  Send Feedback
ESRI.ArcGIS.Mobile.Sketch Namespace : SnappingType Enumeration

Type of snapping for SnappingAgents.

Syntax

Visual Basic (Declaration) 
<FlagsAttribute()>
Public Enum SnappingType 
   Inherits Enum
C# 
[FlagsAttribute()]
public enum SnappingType : Enum 

Members

MemberDescription
None No snapping.
Vertex Snap to a vertex.
Edge Snap to an edge.

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         ESRI.ArcGIS.Mobile.Sketch.SnappingType

Requirements

Namespace: ESRI.ArcGIS.Mobile.Sketch

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

Assembly: ESRI.ArcGIS.Mobile (in ESRI.ArcGIS.Mobile.dll)

See Also