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


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

IDisplayTransformation.FromPoints Method

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

pointDistance 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.

See Also

IDisplayTransformation Interface

.NET Samples

Triangle graphic element