ArcFM Responder Mobile Developer Guide
Distance Method






Returns the scalar distance from this point to the given point.
Syntax
'Declaration
 
Public Function Distance( _
   ByVal other As GeoPoint _
) As System.Double
'Usage
 
Dim instance As GeoPoint
Dim other As GeoPoint
Dim value As System.Double
 
value = instance.Distance(other)
public System.double Distance( 
   GeoPoint other
)
public function Distance( 
    other: GeoPoint
): System.Double; 
public function Distance( 
   other : GeoPoint
) : System.double;
public: System.double Distance( 
   GeoPoint* other
) 
public:
System.double Distance( 
   GeoPoint^ other
) 

Parameters

other
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

GeoPoint Class
GeoPoint Members

Send Feedback