This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IG > IGeodataXform Interface > IGeodataXform.Transform Method (ArcObjects .NET 10.5 SDK) |
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