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


IDisplayTransformation.FromPoints Method (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Display)  

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,
  double* mapDistance
);
[C++]

Parameters pointDistance [in] pointDistance is a parameter of type double mapDistance [out, retval] mapDistance 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 (Code Files: TriangleElementClass)

.NET Related Topics

Creating custom symbols