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
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.