Click or drag to resize
CIPGUILaunchIPQCTool Method
Launch the In-Line IP QC tool on a database.

Available since Oasis montaj version: 8.1
License: Available to specially licensed modules.  

Namespace: Geosoft.Desktop.GXNetX
Assembly: geosoft.desktop.gxnetx (in geosoft.desktop.gxnetx.dll)
Notes
The database should be a currently open database.
Syntax
public static void LaunchIPQCTool(
	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)
See Also