Click or drag to resize

CSYSiRunGXEx Method (CGXNETCore, IWin32Window, String, Int32)

Note: This API is now obsolete.

Run a GX.

Namespace:  GeoEngine.Core.GXNetX
Assembly:  geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2025.1.0.25
Syntax
[ObsoleteAttribute("Deprecated since 2024.2, The return value has been deprecated - the pre-existing iRunGX_SYS function should be used. The separate return value simply caused confusion with the return value of the function itself.")]
public static int iRunGXEx(
	CGXNETCore gxNetShared,
	IWin32Window owner,
	string gx,
	ref int ret
)

[ObsoleteAttribute("Deprecated since 2024.2, The return value has been deprecated - the pre-existing iRunGX_SYS function should be used. The separate return value simply caused confusion with the return value of the function itself.")]
public static int iRunGXEx(
	CGXNETCore gxNetShared,
	IWin32Window owner,
	string gx,
	ref int ret
)

Parameters

gxNetShared
Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore
owner
Type: System.Windows.FormsIWin32Window
The IWin32Window the message box will display in front of.
gx
Type: SystemString
Name of GX to run.
ret
Type: SystemInt32
ignored

Return Value

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