 | 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
Syntaxpublic void GotoLine(
int line_symb
)
public void GotoLine(
int line_symb
)
Public Sub GotoLine (
line_symb As Integer
)
Public Sub GotoLine (
line_symb As Integer
)
public:
void GotoLine(
int line_symb
)
public:
void GotoLine(
int line_symb
)
member GotoLine :
line_symb : int -> unit
member GotoLine :
line_symb : int -> unit
Parameters
- line_symb
- Type: SystemInt32
Line symbol to goto to
See Also