This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IG > IGeodataXform2 Interface > IGeodataXform2.Transform3D Method (ArcObjects .NET 10.4 SDK) |
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