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,
inPoints* inPoints,
outPoints* outPoints
);
[C++]Parameters
directiondirection is a parameter of type esriTransformDirection
inPoints [in] inPoints is a parameter of type outPoints [in, out] outPoints is a parameter of type
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.