This document is archived and information here might be outdated. Recommended version. |
Calculates a map distance corresponding to a point (1/72) distance.
[Visual Basic .NET]
Public Function FromPoints ( _
ByVal pointDistance As Double _
) As Double
[C#]
public double FromPoints (
double pointDistance
);
[C++]
HRESULT FromPoints(
double pointDistance
);
[C++] Parameters pointDistance [in]
pointDistance is a parameter of type double
Converts the point distance into map distance.