 | CSYSiRunGX Method (String) |
Run a GX.
Namespace:
GeoEngine.Core.GXNet
Assembly:
geoengine.core.gxnet (in geoengine.core.gxnet.dll) Version: 2024.2.0.25
Syntaxpublic static int iRunGX(
string gx
)
public static int iRunGX(
string gx
)
Public Shared Function iRunGX (
gx As String
) As Integer
Public Shared Function iRunGX (
gx As String
) As Integer
public:
static int iRunGX(
String^ gx
)
public:
static int iRunGX(
String^ gx
)
static member iRunGX :
gx : string -> int
static member iRunGX :
gx : string -> int
Parameters
- gx
- Type: SystemString
Name of GX to run.
Return Value
Type:
Int32
Exit status of the GX:
-1 cancelled
0 success
1 ended with an error.
Remarks
If the called GX returns an error, they will not be
displayed until the "top" calling GX terminates, unless you
call ShowError_SYS.
See Also