Click or drag to resize

CIPGUILaunchOffsetIPQCTool Method

Launch the Offset IP QC tool on a database.

Namespace:  Geosoft.Desktop.GXNetX
Assembly:  geosoft.desktop.gxnetx (in geosoft.desktop.gxnetx.dll) Version: 2025.1.0.25
Syntax
public static void LaunchOffsetIPQCTool(
	CGXNETCore gxNetShared,
	string db,
	string line,
	string chan
)

public static void LaunchOffsetIPQCTool(
	CGXNETCore gxNetShared,
	string db,
	string line,
	string chan
)

Parameters

gxNetShared
Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore
db
Type: SystemString
Database name
line
Type: SystemString
Current Line (can be blank)
chan
Type: SystemString
Channel to open with (can be blank)
Remarks
The database should be a currently open database.
See Also