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


IMapContext.ToPoints 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.ToPoints Method
ArcGIS Developer Help

IMapContext.ToPoints Method

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

mapDist is a parameter of type double

Product Availability

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

See Also

IMapContext Interface