ArcObjects Library Reference (Display)  

IMapContext.FromPoints Method

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IMapContext Interface