Click or drag to resize

CSYSiRunGS Method

Run a GS.

Namespace:  GeoEngine.Core.GXNet
Assembly:  geoengine.core.gxnet (in geoengine.core.gxnet.dll) Version: 2024.2.0.25
Syntax
public static int iRunGS(
	string gs
)

public static int iRunGS(
	string gs
)

Parameters

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