Click or drag to resize
CDUDupChans Method
Duplicate all channels from input DB.

Available since Oasis montaj version: 5.0
License: Available to anyone.  

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

Parameters

gxNetShared
Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore
d_bi
Type: GeoEngine.Core.GXNetXCDB
Input Database handle
d_bo
Type: GeoEngine.Core.GXNetXCDB
Output Database handle.
See Also