 | CSYSiRunGXEx Method (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(
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(
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 (
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 (
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(
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(
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 :
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 :
gx : string *
ret : int byref -> int
Parameters
- 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