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

Available since Oasis montaj version: 6.3.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 ProjPoints(
	CDB oDB1,
	int i2,
	int i3,
	int i4,
	int i5,
	int i6,
	int i7,
	int i8,
	int i9,
	int i10,
	int i11,
	int i12,
	int i13,
	int i14,
	int i15,
	int i16,
	int i17,
	int i18,
	int i19,
	int i20
)

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] (can be DB_NULL_SYMB)
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] (can be DB_NULL_SYMB)
i9
Type: SystemInt32
Input Name Channel [DB_LOCK_READONLY]
i10
Type: SystemInt32
Input Datum Channel [DB_LOCK_READONLY]
i11
Type: SystemInt32
Input Method Channel [DB_LOCK_READONLY]
i12
Type: SystemInt32
Input Unit Channel [DB_LOCK_READONLY]
i13
Type: SystemInt32
Input Local Datum Channel [DB_LOCK_READONLY]
i14
Type: SystemInt32
Output Name Channel [DB_LOCK_READONLY]
i15
Type: SystemInt32
Output Datum Channel [DB_LOCK_READONLY]
i16
Type: SystemInt32
Output Method Channel [DB_LOCK_READONLY]
i17
Type: SystemInt32
Output Unit Channel [DB_LOCK_READONLY]
i18
Type: SystemInt32
Output Local Datum Channel [DB_LOCK_READONLY]
i19
Type: SystemInt32
Error Channel [DB_LOCK_READWRITE]
i20
Type: SystemInt32
Force Local Datum Shifts?
See Also