This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Display > ESRI.ArcGIS.Display > Interfaces > ID > IDisplayTransformation Interface > IDisplayTransformation.FromPoints Method (ArcObjects .NET 10.4 SDK) |
Calculates a map distance corresponding to a point (1/72) distance.
[Visual Basic .NET] Public Function FromPoints ( _ ByVal pointDistance As Double _ ) As Double
[C#] public double FromPoints ( double pointDistance );
[C++]
HRESULT FromPoints(
double pointDistance,
double* mapDistance
);
[C++]
Parameters pointDistance [in] pointDistance is a parameter of type double mapDistance [out, retval] mapDistance is a parameter of type double
Converts the point distance into map distance.