Click or drag to resize
CDUDiff Method
Calculate differences within a 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)
Notes
Differences with dummies result in dummies. An even number of differences locates data accurately. An odd number of differences locates result 1/2 element lower in the VV.
Syntax
public static void Diff(
	CDB oDB1,
	int i2,
	int i3,
	int i4,
	int i5
)

Parameters

oDB1
Type: GeoEngine.Core.GXNetCDB
Database
i2
Type: SystemInt32
Line handle
i3
Type: SystemInt32
Origin Channel [DB_LOCK_READONLY]
i4
Type: SystemInt32
Destination Channel [DB_LOCK_READWRITE]
i5
Type: SystemInt32
Number of differences
See Also