Click or drag to resize

CIPGUI.LaunchIPQCTool Method

Launch the In-Line IP QC tool on a database.

Namespace:  Geosoft.Desktop.GXNet
Assembly:  geosoft.desktop.gxnet (in geosoft.desktop.gxnet.dll) Version: 2024.2.0.25
Syntax
public static void LaunchIPQCTool(
	string db,
	string line,
	string chan
)

public static void LaunchIPQCTool(
	string db,
	string line,
	string chan
)

Parameters

db
Type: System.String
Database name
line
Type: System.String
Current Line (can be blank)
chan
Type: System.String
Channel to open with (can be blank)
Remarks
The database should be a currently open database.
See Also