Click or drag to resize
CDUProjectXYZ Method
Project X,Y,Z channels from one system to another.

Available since Oasis montaj version: 5.0.0
License: Available to anyone with an Oasis Montaj license.  

Namespace: Geosoft.Desktop.GXNet
Assembly: geosoft.desktop.gxnet (in geosoft.desktop.gxnet.dll)
Notes
Output channels can be the same as input channels
Syntax
public static void ProjectXYZ(
	CDB oDB1,
	int i2,
	int i3,
	int i4,
	int i5,
	int i6,
	int i7,
	int i8,
	CPJ oPJ9
)

Parameters

oDB1
Type: GeoEngine.Core.GXNetCDB
Database
i2
Type: SystemInt32
Line Handle to project
i3
Type: SystemInt32
X Input Channel [DB_LOCK_READONLY]
i4
Type: SystemInt32
Y Input Channel [DB_LOCK_READONLY]
i5
Type: SystemInt32
Z Input Channel [DB_LOCK_READONLY]
i6
Type: SystemInt32
X Output Channel [DB_LOCK_READWRITE]
i7
Type: SystemInt32
Y Output Channel [DB_LOCK_READWRITE]
i8
Type: SystemInt32
Z Output Channel [DB_LOCK_READWRITE]
oPJ9
Type: GeoEngine.Core.GXNetCPJ
Projection object to Apply
See Also