Click or drag to resize

CEDBLoadChannelAfter Method

Loads the channel after specified channel

Namespace:  Geosoft.Desktop.GXNetX
Assembly:  geosoft.desktop.gxnetx (in geosoft.desktop.gxnetx.dll) Version: 2024.2.0.25
Syntax
public void LoadChannelAfter(
	string chan_to_move,
	string chan_to_move_after
)

public void LoadChannelAfter(
	string chan_to_move,
	string chan_to_move_after
)

Parameters

chan_to_move
Type: SystemString
Channel name
chan_to_move_after
Type: SystemString
Channel name
Remarks
If the channel to locate does not exist it will load the channel in the default location. If the channel to be loaded is already loaded, no changes will be made.
See Also