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
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
Remarks
Converts the point distance into map distance.