Generic 3D transformation using point collection.
[Visual Basic .NET] Public Sub Transform3DPoints ( _ ByVal ipXf As IGeodataXform, _ ByVal direction As esriTransformDirection, _ ByVal pPoints As IPointCollection _ )
[C#] public void Transform3DPoints ( IGeodataXform ipXf, esriTransformDirection direction, IPointCollection pPoints );
[C++]
HRESULT Transform3DPoints(
IGeodataXform* ipXf,
esriTransformDirection direction,
IPointCollection* pPoints
);
[C++]Parameters
ipXf [in]ipXf 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.