 | CLMSGGotoLine Method |
Sends a 'go to line' message
Namespace:
Geosoft.Desktop.GXNetX
Assembly:
geosoft.desktop.gxnetx (in geosoft.desktop.gxnetx.dll) Version: 2025.1.0.25
Syntaxpublic static void GotoLine(
CGXNETCore gxNetShared,
string line
)
public static void GotoLine(
CGXNETCore gxNetShared,
string line
)
Public Shared Sub GotoLine (
gxNetShared As CGXNETCore,
line As String
)
Public Shared Sub GotoLine (
gxNetShared As CGXNETCore,
line As String
)
public:
static void GotoLine(
CGXNETCore^ gxNetShared,
String^ line
)
public:
static void GotoLine(
CGXNETCore^ gxNetShared,
String^ line
)
static member GotoLine :
gxNetShared : CGXNETCore *
line : string -> unit
static member GotoLine :
gxNetShared : CGXNETCore *
line : string -> unit
Parameters
- gxNetShared
- Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore - line
- Type: SystemString
Line name
See Also