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


IPiecewiseTransformationGEN.TransformPointsII Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > EditorExt > ESRI.ArcGIS.EditorExt > Interfaces > IP > IPiecewiseTransformationGEN Interface > IPiecewiseTransformationGEN.TransformPointsII Method
ArcGIS Developer Help

IPiecewiseTransformationGEN.TransformPointsII Method

Transforms integer points to integer points (or do the inverse).

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

Product Availability

Available with ArcGIS Desktop.

See Also

IPiecewiseTransformationGEN Interface