Click or drag to resize

CGUIiVAViewMultipleToolExists Method

Note: This API is now obsolete.

See if there is a Multiple Array Channel viewer already open.

Namespace:  Geosoft.Desktop.GXNetX
Assembly:  geosoft.desktop.gxnetx (in geosoft.desktop.gxnetx.dll) Version: 2025.1.0.25
Syntax
[ObsoleteAttribute("Deprecated since 9.6, Tool is now GX.Net")]
public static int iVAViewMultipleToolExists(
	CGXNETCore gxNetShared
)

[ObsoleteAttribute("Deprecated since 9.6, Tool is now GX.Net")]
public static int iVAViewMultipleToolExists(
	CGXNETCore gxNetShared
)

Parameters

gxNetShared
Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore

Return Value

Type: Int32
0 if not open, 1 if open
Remarks
See if there is a Multiple Array Channel viewer already open.
See Also