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


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

IGeodataXform2.Transform3DPoints Method

Transforms a collection of 3D points in a given direction

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

direction is a parameter of type esriTransformDirection pPoints [in, out]
pPoints is a parameter of type IPointCollection*

Product Availability

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

See Also

IGeodataXform2 Interface