Click or drag to resize

CDUProjectXYZ Method

Project X,Y,Z channels from one system to another.

Namespace:  Geosoft.Desktop.GXNet
Assembly:  geosoft.desktop.gxnet (in geosoft.desktop.gxnet.dll) Version: 2024.2.0.25
Syntax
public static void ProjectXYZ(
	CDB db,
	int line,
	int ix_ch,
	int iy_ch,
	int iz_ch,
	int ox_ch,
	int oy_ch,
	int oz_ch,
	CPJ pj
)

public static void ProjectXYZ(
	CDB db,
	int line,
	int ix_ch,
	int iy_ch,
	int iz_ch,
	int ox_ch,
	int oy_ch,
	int oz_ch,
	CPJ pj
)

Parameters

db
Type: GeoEngine.Core.GXNetCDB
Database
line
Type: SystemInt32
Line Handle to project
ix_ch
Type: SystemInt32
X Input Channel [<define>DB_LOCK_READONLY</define>]
iy_ch
Type: SystemInt32
Y Input Channel [<define>DB_LOCK_READONLY</define>]
iz_ch
Type: SystemInt32
Z Input Channel [<define>DB_LOCK_READONLY</define>]
ox_ch
Type: SystemInt32
X Output Channel [<define>DB_LOCK_READWRITE</define>]
oy_ch
Type: SystemInt32
Y Output Channel [<define>DB_LOCK_READWRITE</define>]
oz_ch
Type: SystemInt32
Z Output Channel [<define>DB_LOCK_READWRITE</define>]
pj
Type: GeoEngine.Core.GXNetCPJ
Projection object to Apply
Remarks
Output channels can be the same as input channels
See Also