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,
double* pointDistance
);
[C++]Parameters
mapDistance [in] mapDistance is a parameter of type double pointDistance [out, retval] pointDistance is a parameter of type double
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
Remarks
Converts the specified map distance into point distance (1/72 inch).