Click or drag to resize

CDUAppend Method

Append a source database onto a destination database.

Namespace:  Geosoft.Desktop.GXNetX
Assembly:  geosoft.desktop.gxnetx (in geosoft.desktop.gxnetx.dll) Version: 2025.1.0.25
Syntax
public static void Append(
	CGXNETCore gxNetShared,
	CDB d_bi,
	CDB d_bo,
	int ignore
)

public static void Append(
	CGXNETCore gxNetShared,
	CDB d_bi,
	CDB d_bo,
	int ignore
)

Parameters

gxNetShared
Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore
d_bi
Type: GeoEngine.Core.GXNetXCDB
Source Database
d_bo
Type: GeoEngine.Core.GXNetXCDB
Destination Database
ignore
Type: SystemInt32
Ignore write protection on channels? (TRUE or FALSE)
Remarks
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.
See Also