Click or drag to resize
CIPGUIiIPQCToolExists Method
See if there is an IPQC Tool (Offset or Inline) already open.

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
See if there is an IPQC Tool already open.
Syntax
public static int iIPQCToolExists(
	CGXNETCore gxNetShared
)

Parameters

gxNetShared
Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore

Return Value

Type: Int32
0 if not open, 1 if open
See Also