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


IPiecewiseTransformationGEN.TransformPointsFF Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (EditorExt)  

IPiecewiseTransformationGEN.TransformPointsFF Method

Transforms floating point points to floating point points (or do the inverse).

[Visual Basic .NET]
Public Sub TransformPointsFF ( _
    ByVal direction As esriTransformDirection, _
    ByRef inPoints As Double[]&, _
    ByRef outPoints As Double[]& _
)
[C#]
public void TransformPointsFF (
    esriTransformDirection direction,
    ref Double[]& inPoints,
    ref Double[]& outPoints
);

Product Availability

Available with ArcGIS Desktop.

See Also

IPiecewiseTransformationGEN Interface