This document is archived and information here might be outdated. Recommended version. |
Transforms a set of 3D points in a given direction.
[Visual Basic .NET] Public Sub Transform3D ( _ ByVal direction As esriTransformDirection, _ ByVal npoints As Integer, _ ByRef points As WKSPointZ _ )
[C#] public void Transform3D ( esriTransformDirection direction, int npoints, ref WKSPointZ points );
[C++]
HRESULT Transform3D(
esriTransformDirection direction,
long npoints,
WKSPointZ* 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 WKSPointZ*