 | CSYSiRunGXEx Method (IWin32Window, String, Int32) |
Note: This API is now obsolete.
Run a GX.
Namespace:
GeoEngine.Core.GXNet
Assembly:
geoengine.core.gxnet (in geoengine.core.gxnet.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(
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(
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 (
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 (
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(
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(
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 :
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 :
owner : IWin32Window *
gx : string *
ret : int byref -> int
Parameters
- 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