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