This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IR > IRasterXformHelper Interface > IRasterXformHelper.Transform3D Method (ArcObjects .NET 10.4 SDK) |
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