This document is archived and information here might be outdated. Recommended version. |
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 );
[C++]
HRESULT TransformPointsIF(
esriTransformDirection Direction,
SAFEARRAY(System.Int32)* inPoints,
SAFEARRAY(System.Double)* 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(double)*