Click or drag to resize
CDUAppend Method
Append a source database onto a destination database.

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
If the source database and destination database have channels with the same name, then data is appended onto the end of the channel in lines which have the same number. If a channel in the destination database is not also in the source database, it is ignored.
Syntax
public static void Append(
	CDB oDB1,
	CDB oDB2,
	int i3
)

Parameters

oDB1
Type: GeoEngine.Core.GXNetCDB
Source Database
oDB2
Type: GeoEngine.Core.GXNetCDB
Destination Database
i3
Type: SystemInt32
Ignore write protection on channels? (TRUE or FALSE)
See Also