Click or drag to resize

CEDBRunChannelMaker Method

Run the maker for a single channel.

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

public void RunChannelMaker(
	string chan
)

Parameters

chan
Type: SystemString
Channel name
Remarks
Skips channels without makers; will not return an error if the channel does not exist.
See Also