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


IRasterXformHelper.Transform3D Method (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (DataSourcesRaster)  

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