ESRI.ArcGIS.Mobile
GetNearestVertices(Coordinate,Double) Method
See Also  Send Feedback
ESRI.ArcGIS.Mobile.Geometries Namespace > Geometry Class > GetNearestVertices Method : GetNearestVertices(Coordinate,Double) Method

queryCoordinate
searchDistance
Returns all vertices in the given distance from a specific coordinate, sorted from closest to furthest.

Syntax

Visual Basic (Declaration) 
Public Overloads Function GetNearestVertices( _
   ByVal queryCoordinate As Coordinate, _
   ByVal searchDistance As Double _
) As Coordinate()
C# 
public Coordinate[] GetNearestVertices( 
   Coordinate queryCoordinate,
   double searchDistance
)

Parameters

queryCoordinate
searchDistance

Exceptions

ExceptionDescription
ArgumentNullExceptionNull coordinate.

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.