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


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

IRasterXformHelper.Transform3D Method

Generic 3D transformation.

[Visual Basic .NET]
Public Sub Transform3D ( _
    ByVal pXf As IGeodataXform, _
    ByVal direction As esriTransformDirection, _
    ByVal npts As Integer, _
    ByRef pPoints As WKSPointZ _
)
[C#]
public void Transform3D (
    IGeodataXform pXf,
    esriTransformDirection direction,
    int npts,
    ref WKSPointZ pPoints
);
[C++]
HRESULT Transform3D(
  IGeodataXform* pXf,
  esriTransformDirection direction,
  long npts,
  WKSPointZ* pPoints
);
[C++]
Parameters
pXf [in]

pXf is a parameter of type IGeodataXform* direction [in]
direction is a parameter of type esriTransformDirection npts [in]
npts is a parameter of type long pPoints [in]
pPoints is a parameter of type WKSPointZ*

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IRasterXformHelper Interface