This document is archived and information here might be outdated. Recommended version. |
Computes the distance between two points on the map and returns the result.
[Visual Basic .NET] Public Function ComputeDistance ( _ ByVal p1 As IPoint, _ ByVal p2 As IPoint _ ) As Double
[C#] public double ComputeDistance ( IPoint p1, IPoint p2 );
[C++]
HRESULT ComputeDistance(
IPoint* p1,
IPoint* p2
);
[C++] Parameters p1 [in]
p1 is a parameter of type IPoint* p2 [in]
p2 is a parameter of type IPoint*
IMap Interface | IMap.MapUnits Property | IMap.DistanceUnits Property