ESRI.ArcGIS.Mobile
Snap(Coordinate,Boolean) Method
See Also  Send Feedback
ESRI.ArcGIS.Mobile.Sketch Namespace > SnappingEngine Class > Snap Method : Snap(Coordinate,Boolean) Method

coordinateToSnap
singleHit
Returns the result of snapping the coordinate to agent. Returns null if no snapping was possible.

Syntax

Visual Basic (Declaration) 
Public Overloads Function Snap( _
   ByVal coordinateToSnap As Coordinate, _
   ByVal singleHit As Boolean _
) As SnappingResult
C# 
public SnappingResult Snap( 
   Coordinate coordinateToSnap,
   bool singleHit
)

Parameters

coordinateToSnap
singleHit

Requirements

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