ESRI.ArcGIS.Mobile
SnapToNearestVertex Method
See Also  Send Feedback
ESRI.ArcGIS.Mobile.Sketch Namespace > SketchTool Class : SnapToNearestVertex Method

coordinate
partIndex
vertexIndex
Finds the nearest vertex in the geometry

Syntax

Visual Basic (Declaration) 
Protected Sub SnapToNearestVertex( _
   ByVal coordinate As Coordinate, _
   ByRef partIndex As Integer, _
   ByRef vertexIndex As Integer _
) 
C# 
protected void SnapToNearestVertex( 
   Coordinate coordinate,
   ref int partIndex,
   ref int vertexIndex
)

Parameters

coordinate
partIndex
vertexIndex

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