Click or drag to resize

CEDBGotoLine Method

Goto to a line symbol in the editor.

Namespace:  Geosoft.Desktop.GXNetX
Assembly:  geosoft.desktop.gxnetx (in geosoft.desktop.gxnetx.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