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.TransformPointsIF Method (ArcObjects .NET 10.5 SDK) |
Transforms integer points to floating point points (or do the inverse).
[Visual Basic .NET] Public Sub TransformPointsIF ( _ ByVal direction As esriTransformDirection, _ ByRef inPoints As Int32[]&, _ ByRef outPoints As Double[]& _ )
[C#] public void TransformPointsIF ( esriTransformDirection direction, ref Int32[]& inPoints, ref Double[]& outPoints );