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


IGeodataXform.TransformPoints Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IG > IGeodataXform Interface > IGeodataXform.TransformPoints Method
ArcGIS Developer Help

IGeodataXform.TransformPoints Method

Transforms a point collection in a given direction

[Visual Basic .NET]
Public Sub TransformPoints ( _
    ByVal Direction As esriTransformDirection, _
    ByVal points As IPointCollection _
)
[C#]
public void TransformPoints (
    esriTransformDirection Direction,
    IPointCollection points
);
[C++]
HRESULT TransformPoints(
  esriTransformDirection Direction,
  IPointCollection* points
);
[C++]
Parameters
Direction [in]

Direction is a parameter of type esriTransformDirection points [in, out]
points is a parameter of type IPointCollection*

Product Availability

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

See Also

IGeodataXform Interface