This document is archived and information here might be outdated.  Recommended version.


IGeodataXform2.Transform3D Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IG > IGeodataXform2 Interface > IGeodataXform2.Transform3D Method
ArcGIS Developer Help

IGeodataXform2.Transform3D Method

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.

See Also

IGeodataXform2 Interface