ESRI.ArcGIS.Mobile
SnappingType Property
See Also  Send Feedback
ESRI.ArcGIS.Mobile.FeatureCaching Namespace > SnappingAgent Class : SnappingType Property

Gets or sets the snapping type.

Syntax

Visual Basic (Declaration) 
<CompilerGeneratedAttribute()>
Public Property SnappingType As SnappingType
C# 
[CompilerGeneratedAttribute()]
public SnappingType SnappingType {get; set;}

Example

//For snapping to Vertex or Edge: snapAgent.SnappingType = SnappingType.Vertex | SnappingType.Edge; //For snapping only to Edge: snapAgent.SnappingType = SnappingType.Edge;

Requirements

Target 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

See Also