This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Display > ESRI.ArcGIS.Display > Interfaces > IM > IMapContext Interface > IMapContext.ToPoints Method (ArcObjects .NET 10.5 SDK) |
Converts a geographic distance into a distance expressed in points.
[Visual Basic .NET] Public Function ToPoints ( _ ByVal mapDist As Double _ ) As Double
[C#] public double ToPoints ( double mapDist );
[C++]
HRESULT ToPoints(
double mapDist,
double* ptDist
);
[C++]
Parameters mapDist [in] mapDist is a parameter of type double ptDist [out, retval] ptDist is a parameter of type double