This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > EditorExt > ESRI.ArcGIS.EditorExt > Interfaces > IP > IPiecewiseTransformationGEN Interface > IPiecewiseTransformationGEN.TransformPointsFF Method (ArcObjects .NET 10.5 SDK) |
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 );