Click or drag to resize

CDUNormal Method

Set fid of all channels to match a specified channel.

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

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