This document is archived and information here might be outdated. Recommended version. |
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*