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.