Click or drag to resize

CEDBGotoLine Method

Goto to a line symbol in the editor.

Namespace:  Geosoft.Desktop.GXNet
Assembly:  geosoft.desktop.gxnet (in geosoft.desktop.gxnet.dll) Version: 2024.2.0.25
Syntax
public void GotoLine(
	int line_symb
)

public void GotoLine(
	int line_symb
)

Parameters

line_symb
Type: SystemInt32
Line symbol to goto to
See Also