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,
inPoints* inPoints,
outPoints* outPoints
);
[C++]Parameters
directiondirection is a parameter of type esriTransformDirection
inPoints [in] inPoints is a parameter of type outPoints [in, out] outPoints is a parameter of type
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.