ESRI.ArcGIS.Mobile
GeodesicDistance Method
See Also  Send Feedback
ESRI.ArcGIS.Mobile.SpatialReferences Namespace > SpatialReference Class : GeodesicDistance Method

point1
point2
Gets the geodesic Distance between two Points.

Syntax

Visual Basic (Declaration) 
Public Function GeodesicDistance( _
   ByVal point1 As Point, _
   ByVal point2 As Point _
) As Double
C# 
public double GeodesicDistance( 
   Point point1,
   Point point2
)

Parameters

point1
point2

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.