ArcObjects Library Reference (GeoDatabase)  

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