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
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.