Click or drag to resize
CDUNormal Method
Set fid of all channels to match a specified channel.

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 Normal(
	CGXNETCore gxNetShared,
	CDB db,
	int ch,
	int ignore
)

Parameters

gxNetShared
Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore
db
Type: GeoEngine.Core.GXNetXCDB
Database handle
ch
Type: SystemInt32
Base Channel for normalization. [<define>DB_LOCK_READONLY</define>]
ignore
Type: SystemInt32
Ignore write protection on channels?
See Also