This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Display > ESRI.ArcGIS.Display > Interfaces > ID > IDisplayTransformation Interface > IDisplayTransformation.ToPoints Method (ArcObjects .NET 10.4 SDK) |
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
Converts the specified map distance into point distance (1/72 inch).