This document is archived and information here might be outdated. Recommended version. |
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*