Click or drag to resize

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
Syntax
public static void GotoLineFid(
	CGXNETCore gxNetShared,
	string line,
	double fiducial
)

public static void GotoLineFid(
	CGXNETCore gxNetShared,
	string line,
	double fiducial
)

Parameters

gxNetShared
Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore
line
Type: SystemString
Line name
fiducial
Type: SystemDouble
Fiducial value
See Also