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


IPiecewiseTransformationGEN.TransformPointsFI Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (EditorExt)  

IPiecewiseTransformationGEN.TransformPointsFI Method

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

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

Product Availability

Available with ArcGIS Desktop.

See Also

IPiecewiseTransformationGEN Interface