Click or drag to resize

CGUIIIPQC Method (CIP, CDB, String, String, Int32)

Note: This API is now obsolete.

Quality Control on an IP database. Replaced by the modal dialog and lLaunchIPQCTool_IPGUI.

Namespace:  Geosoft.Desktop.GXNet
Assembly:  geosoft.desktop.gxnet (in geosoft.desktop.gxnet.dll) Version: 2025.1.0.25
Syntax
[ObsoleteAttribute("Deprecated since unknown, ")]
public static void IIPQC(
	CIP p1,
	CDB p2,
	string p3,
	ref string p4,
	int p5
)

[ObsoleteAttribute("Deprecated since unknown, ")]
public static void IIPQC(
	CIP p1,
	CDB p2,
	string p3,
	ref string p4,
	int p5
)

Parameters

p1
Type: Geosoft.Desktop.GXNetCIP
IP object
p2
Type: GeoEngine.Core.GXNetCDB
DB obj
p3
Type: SystemString
Current line
p4
Type: SystemString
Selected channel (returned)
p5
Type: SystemInt32
Size of channel buffer
See Also