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


IRasterXformHelper.Transform3DPoints 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.Transform3DPoints Method
ArcGIS Developer Help

IRasterXformHelper.Transform3DPoints Method

Generic 3D transformation using point collection.

[Visual Basic .NET]
Public Sub Transform3DPoints ( _
    ByVal pXf As IGeodataXform, _
    ByVal direction As esriTransformDirection, _
    ByVal pPoints As IPointCollection _
)
[C#]
public void Transform3DPoints (
    IGeodataXform pXf,
    esriTransformDirection direction,
    IPointCollection pPoints
);
[C++]
HRESULT Transform3DPoints(
  IGeodataXform* pXf,
  esriTransformDirection direction,
  IPointCollection* pPoints
);
[C++]
Parameters
pXf [in]

pXf is a parameter of type IGeodataXform* direction [in]
direction is a parameter of type esriTransformDirection pPoints [in]
pPoints is a parameter of type IPointCollection*

Product Availability

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

See Also

IRasterXformHelper Interface