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


IGeodataXform.Transform 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.Transform Method
ArcGIS Developer Help

IGeodataXform.Transform Method

Transforms a set of points in a given direction.

[Visual Basic .NET]
Public Sub Transform ( _
    ByVal Direction As esriTransformDirection, _
    ByVal npoints As Integer, _
    ByRef points As WKSPoint _
)
[C#]
public void Transform (
    esriTransformDirection Direction,
    int npoints,
    ref WKSPoint points
);
[C++]
HRESULT Transform(
  esriTransformDirection Direction,
  long npoints,
  WKSPoint* points
);
[C++]
Parameters
Direction [in]

Direction is a parameter of type esriTransformDirection npoints [in]
npoints is a parameter of type long points [in, out]
points is a parameter of type WKSPoint*

Product Availability

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

See Also

IGeodataXform Interface