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

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

Syntax

Visual Basic (Declaration) 
Public Overloads Function GetNearestVertices( _
   ByVal point As Point, _
   ByVal searchDistance As Integer _
) As Coordinate()
C# 
public Coordinate[] GetNearestVertices( 
   Point point,
   int searchDistance
)

Parameters

point
searchDistance

Exceptions

ExceptionDescription
ArgumentNullExceptionNull point.

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.