Click or drag to resize
CSYSiRunGS Method
Run a GS.

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

Namespace: GeoEngine.Core.GXNetX
Assembly: geoengine.core.gxnetx (in geoengine.core.gxnetx.dll)
Syntax
public static int iRunGS(
	CGXNETCore gxNetShared,
	string gs
)

Parameters

gxNetShared
Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore
gs
Type: SystemString
Name of GS to run.

Return Value

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