Click or drag to resize
CDUGradient Method
This method takes 4 channels from input database and duplicats each line twice to output database) (input and Output can be the same channel).

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)
Syntax
public static void Gradient(
	CDB oDB1,
	CDB oDB2,
	int i3,
	int i4,
	int i5,
	int i6,
	int i7,
	int i8,
	int i9,
	double d10,
	double d11
)

Parameters

oDB1
Type: GeoEngine.Core.GXNetCDB
Database InPut
oDB2
Type: GeoEngine.Core.GXNetCDB
DAtabase Output
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
G Input Channel [DB_LOCK_READONLY]
i7
Type: SystemInt32
X Output Channel [DB_LOCK_READWRITE]
i8
Type: SystemInt32
Y Output Channel [DB_LOCK_READWRITE]
i9
Type: SystemInt32
Z Output Channel [DB_LOCK_READWRITE]
d10
Type: SystemDouble
Angle
d11
Type: SystemDouble
Width
See Also