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


ITransformationGEN.TransformPointsFF Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geometry > ESRI.ArcGIS.Geometry > Interfaces > IT > ITransformationGEN Interface > ITransformationGEN.TransformPointsFF Method
ArcGIS Developer Help

ITransformationGEN.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
);
[C++]
HRESULT TransformPointsFF(
  esriTransformDirection Direction,
  SAFEARRAY(System.Double)* inPoints,
  SAFEARRAY(System.Double)* outPoints
);
[C++]
Parameters
Direction 

Direction is a parameter of type esriTransformDirection inPoints [in]
inPoints is a parameter of type SAFEARRAY(double)* outPoints [in, out]
outPoints is a parameter of type SAFEARRAY(double)*

Product Availability

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

See Also

ITransformationGEN Interface