 | CSYSiRunGXEx Method (CGXNETCore, IWin32Window, String, Int32) |
Note: This API is now obsolete.
Run a GX.
Namespace:
GeoEngine.Core.GXNetX
Assembly:
geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2025.1.0.25
Syntax[ObsoleteAttribute("Deprecated since 2024.2, The return value has been deprecated - the pre-existing iRunGX_SYS function should be used. The separate return value simply caused confusion with the return value of the function itself.")]
public static int iRunGXEx(
CGXNETCore gxNetShared,
IWin32Window owner,
string gx,
ref int ret
)
[ObsoleteAttribute("Deprecated since 2024.2, The return value has been deprecated - the pre-existing iRunGX_SYS function should be used. The separate return value simply caused confusion with the return value of the function itself.")]
public static int iRunGXEx(
CGXNETCore gxNetShared,
IWin32Window owner,
string gx,
ref int ret
)
<ObsoleteAttribute("Deprecated since 2024.2, The return value has been deprecated - the pre-existing iRunGX_SYS function should be used. The separate return value simply caused confusion with the return value of the function itself.")>
Public Shared Function iRunGXEx (
gxNetShared As CGXNETCore,
owner As IWin32Window,
gx As String,
ByRef ret As Integer
) As Integer
<ObsoleteAttribute("Deprecated since 2024.2, The return value has been deprecated - the pre-existing iRunGX_SYS function should be used. The separate return value simply caused confusion with the return value of the function itself.")>
Public Shared Function iRunGXEx (
gxNetShared As CGXNETCore,
owner As IWin32Window,
gx As String,
ByRef ret As Integer
) As Integer
public:
[ObsoleteAttribute(L"Deprecated since 2024.2, The return value has been deprecated - the pre-existing iRunGX_SYS function should be used. The separate return value simply caused confusion with the return value of the function itself.")]
static int iRunGXEx(
CGXNETCore^ gxNetShared,
IWin32Window^ owner,
String^ gx,
int% ret
)
public:
[ObsoleteAttribute(L"Deprecated since 2024.2, The return value has been deprecated - the pre-existing iRunGX_SYS function should be used. The separate return value simply caused confusion with the return value of the function itself.")]
static int iRunGXEx(
CGXNETCore^ gxNetShared,
IWin32Window^ owner,
String^ gx,
int% ret
)
[<ObsoleteAttribute("Deprecated since 2024.2, The return value has been deprecated - the pre-existing iRunGX_SYS function should be used. The separate return value simply caused confusion with the return value of the function itself.")>]
static member iRunGXEx :
gxNetShared : CGXNETCore *
owner : IWin32Window *
gx : string *
ret : int byref -> int
[<ObsoleteAttribute("Deprecated since 2024.2, The return value has been deprecated - the pre-existing iRunGX_SYS function should be used. The separate return value simply caused confusion with the return value of the function itself.")>]
static member iRunGXEx :
gxNetShared : CGXNETCore *
owner : IWin32Window *
gx : string *
ret : int byref -> int
Parameters
- gxNetShared
- Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore - owner
- Type: System.Windows.FormsIWin32Window
The IWin32Window the message box will display in front of. - gx
- Type: SystemString
Name of GX to run. - ret
- Type: SystemInt32
ignored
Return Value
Type:
Int32
Exit status of the GX:
-1 cancelled
0 success
1 ended with an error.
See Also