Click or drag to resize

CEDBUnLoadChan Method

Unload a channel into current database

Namespace:  Geosoft.Desktop.GXNetX
Assembly:  geosoft.desktop.gxnetx (in geosoft.desktop.gxnetx.dll) Version: 2024.2.0.25
Syntax
public void UnLoadChan(
	string chan
)

public void UnLoadChan(
	string chan
)

Parameters

chan
Type: SystemString
Channel name
Remarks
If the channel does not exist, or if channel is already loaded nothing happens.
See Also