ESRI.ArcGIS.Mobile
Snap(Coordinate,Boolean) Method
See Also  Send Feedback
ESRI.ArcGIS.Mobile.FeatureCaching Namespace > SnappingEnvironment 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. This version doesnt't snap to "invisible because of scale" features.

Syntax

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

Parameters

coordinateToSnap
singleHit

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

© 2013 All Rights Reserved.