 | 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
)
<ObsoleteAttribute("Deprecated since 9.6, Tool is now GX.Net")>
Public Shared Function iVAViewMultipleToolExists (
gxNetShared As CGXNETCore
) As Integer
<ObsoleteAttribute("Deprecated since 9.6, Tool is now GX.Net")>
Public Shared Function iVAViewMultipleToolExists (
gxNetShared As CGXNETCore
) As Integer
public:
[ObsoleteAttribute(L"Deprecated since 9.6, Tool is now GX.Net")]
static int iVAViewMultipleToolExists(
CGXNETCore^ gxNetShared
)
public:
[ObsoleteAttribute(L"Deprecated since 9.6, Tool is now GX.Net")]
static int iVAViewMultipleToolExists(
CGXNETCore^ gxNetShared
)
[<ObsoleteAttribute("Deprecated since 9.6, Tool is now GX.Net")>]
static member iVAViewMultipleToolExists :
gxNetShared : CGXNETCore -> int
[<ObsoleteAttribute("Deprecated since 9.6, Tool is now GX.Net")>]
static member iVAViewMultipleToolExists :
gxNetShared : CGXNETCore -> int
Parameters
- gxNetShared
- Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore
Return Value
Type:
Int320 if not open, 1 if open
RemarksSee if there is a Multiple Array Channel viewer already open.
See Also