Click or drag to resize

CEDBLoadChan Method

Load 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 LoadChan(
	string chan
)

public void LoadChan(
	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