Click or drag to resize
CDUProjPoints Method
Project X,Y(Z) channels with different projections

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

Namespace: Geosoft.Desktop.GXNetX
Assembly: geosoft.desktop.gxnetx (in geosoft.desktop.gxnetx.dll)
Notes
Output channels can be the same as input channels
Syntax
public static void ProjPoints(
	CGXNETCore gxNetShared,
	CDB db,
	int line,
	int ix_ch,
	int iy_ch,
	int iz_ch,
	int ox_ch,
	int oy_ch,
	int oz_ch,
	int i_name_chan,
	int i_datum_chan,
	int i_method_chan,
	int i_unit_chan,
	int il_datum_chan,
	int o_name_chan,
	int o_datum_chan,
	int o_method_chan,
	int o_unit_chan,
	int ol_datum_chan,
	int error_chan,
	int force_local_datum
)

Parameters

gxNetShared
Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore
db
Type: GeoEngine.Core.GXNetXCDB
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>] (can be DB_NULL_SYMB)
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>] (can be DB_NULL_SYMB)
i_name_chan
Type: SystemInt32
Input Name Channel [<define>DB_LOCK_READONLY</define>]
i_datum_chan
Type: SystemInt32
Input Datum Channel [<define>DB_LOCK_READONLY</define>]
i_method_chan
Type: SystemInt32
Input Method Channel [<define>DB_LOCK_READONLY</define>]
i_unit_chan
Type: SystemInt32
Input Unit Channel [<define>DB_LOCK_READONLY</define>]
il_datum_chan
Type: SystemInt32
Input Local Datum Channel [<define>DB_LOCK_READONLY</define>]
o_name_chan
Type: SystemInt32
Output Name Channel [<define>DB_LOCK_READONLY</define>]
o_datum_chan
Type: SystemInt32
Output Datum Channel [<define>DB_LOCK_READONLY</define>]
o_method_chan
Type: SystemInt32
Output Method Channel [<define>DB_LOCK_READONLY</define>]
o_unit_chan
Type: SystemInt32
Output Unit Channel [<define>DB_LOCK_READONLY</define>]
ol_datum_chan
Type: SystemInt32
Output Local Datum Channel [<define>DB_LOCK_READONLY</define>]
error_chan
Type: SystemInt32
Error Channel [<define>DB_LOCK_READWRITE</define>]
force_local_datum
Type: SystemInt32
Force Local Datum Shifts?
See Also