Click or drag to resize

CEDBGotoColumn Method

Move the channel marker to a specific column.

Namespace:  Geosoft.Desktop.GXNetX
Assembly:  geosoft.desktop.gxnetx (in geosoft.desktop.gxnetx.dll) Version: 2024.2.0.25
Syntax
public void GotoColumn(
	int col
)

public void GotoColumn(
	int col
)

Parameters

col
Type: SystemInt32
Channel column number, 0 is first -1 for first column without data
See Also