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


ITransformationGEN.TransformPointsII Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geometry > ESRI.ArcGIS.Geometry > Interfaces > IT > ITransformationGEN Interface > ITransformationGEN.TransformPointsII Method
ArcGIS Developer Help

ITransformationGEN.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
);
[C++]
HRESULT TransformPointsII(
  esriTransformDirection Direction,
  SAFEARRAY(System.Int32)* inPoints,
  SAFEARRAY(System.Int32)* outPoints
);
[C++]
Parameters
Direction 

Direction is a parameter of type esriTransformDirection inPoints [in]
inPoints is a parameter of type SAFEARRAY(long)* outPoints [in, out]
outPoints is a parameter of type SAFEARRAY(long)*

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

ITransformationGEN Interface