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