 | CGUIiVAViewMultipleToolExists Method |
Note: This API is now obsolete.
See if there is a Multiple Array Channel viewer already open.
Namespace:
Geosoft.Desktop.GXNet
Assembly:
geosoft.desktop.gxnet (in geosoft.desktop.gxnet.dll) Version: 2025.1.0.25
Syntax[ObsoleteAttribute("Deprecated since 9.6, Tool is now GX.Net")]
public static int iVAViewMultipleToolExists()
[ObsoleteAttribute("Deprecated since 9.6, Tool is now GX.Net")]
public static int iVAViewMultipleToolExists()
<ObsoleteAttribute("Deprecated since 9.6, Tool is now GX.Net")>
Public Shared Function iVAViewMultipleToolExists As Integer
<ObsoleteAttribute("Deprecated since 9.6, Tool is now GX.Net")>
Public Shared Function iVAViewMultipleToolExists As Integer
public:
[ObsoleteAttribute(L"Deprecated since 9.6, Tool is now GX.Net")]
static int iVAViewMultipleToolExists()
public:
[ObsoleteAttribute(L"Deprecated since 9.6, Tool is now GX.Net")]
static int iVAViewMultipleToolExists()
[<ObsoleteAttribute("Deprecated since 9.6, Tool is now GX.Net")>]
static member iVAViewMultipleToolExists : unit -> int
[<ObsoleteAttribute("Deprecated since 9.6, Tool is now GX.Net")>]
static member iVAViewMultipleToolExists : unit -> int
Return Value
Type:
Int320 if not open, 1 if open
RemarksSee if there is a Multiple Array Channel viewer already open.
See Also