Click or drag to resize

CDUNormal Method

Set fid of all channels to match a specified channel.

Namespace:  Geosoft.Desktop.GXNet
Assembly:  geosoft.desktop.gxnet (in geosoft.desktop.gxnet.dll) Version: 2024.2.0.25
Syntax
public static void Normal(
	CDB db,
	int ch,
	int ignore
)

public static void Normal(
	CDB db,
	int ch,
	int ignore
)

Parameters

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