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