 | CLMSGGotoLineFid Method |
Sends a 'go to line and fiducial' message
Namespace:
Geosoft.Desktop.GXNet
Assembly:
geosoft.desktop.gxnet (in geosoft.desktop.gxnet.dll) Version: 2026.1.0.24
Syntaxpublic static void GotoLineFid(
string line,
double fiducial
)
public static void GotoLineFid(
string line,
double fiducial
)
Public Shared Sub GotoLineFid (
line As String,
fiducial As Double
)
Public Shared Sub GotoLineFid (
line As String,
fiducial As Double
)
public:
static void GotoLineFid(
String^ line,
double fiducial
)
public:
static void GotoLineFid(
String^ line,
double fiducial
)
static member GotoLineFid :
line : string *
fiducial : float -> unit
static member GotoLineFid :
line : string *
fiducial : float -> unit
Parameters
- line
- Type: SystemString
Line name - fiducial
- Type: SystemDouble
Fiducial value
See Also