Click or drag to resize
CSYSiRunGXEx Method (String, Int32)
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)
Syntax
public static int iRunGXEx(
	string str1,
	ref int i2
)

Parameters

str1
Type: SystemString
name of GX to run.
i2
Type: SystemInt32
return value set in the child GX (0 by default)

Return Value

Type: Int32
Exit status of the GX: -1 cancelled 0 success 1 ended with an error.
See Also