This document is archived and information here might be outdated.  Recommended version.


IMapContext.FromPoints Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Display > ESRI.ArcGIS.Display > Interfaces > IM > IMapContext Interface > IMapContext.FromPoints Method
ArcGIS Developer Help

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
);
[C++]
Parameters
ptDist [in]

ptDist is a parameter of type double

Product Availability

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

See Also

IMapContext Interface