Click or drag to resize

CIPGUILaunchOffsetIPQCTool Method

Launch the Offset 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 LaunchOffsetIPQCTool(
	string db,
	string line,
	string chan
)

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

Parameters

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