This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Geometry > ESRI.ArcGIS.Geometry > Interfaces > IA > IAffineTransformation3DGEN Interface > IAffineTransformation3DGEN.TransformPointsFI Method (ArcObjects .NET 10.5 SDK) |
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 );
[C++]
HRESULT TransformPointsFI(
esriTransformDirection Direction,
inPoints* inPoints,
outPoints* outPoints
);
[C++]
Parameters Direction
Direction is a parameter of type esriTransformDirection inPoints [in] inPoints is a parameter of type outPoints [in, out] outPoints is a parameter of type