Click or drag to resize
CSYSiRunGX Method (String)
Run a GX.

Available since Oasis montaj version: 5.0.0
License: Available to anyone.  

Namespace: GeoEngine.Core.GXNet
Assembly: geoengine.core.gxnet (in geoengine.core.gxnet.dll)
Notes
If the called GX returns an error, they will not be displayed until the "top" calling GX terminates, unless you call ShowError_SYS().
Syntax
public static int iRunGX(
	string str1
)

Parameters

str1
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.
See Also