Click or drag to resize

CSYSExit Method

This method terminates the execution of a script in a regular fashion with no error messages displayed.

Namespace:  GeoEngine.Core.GXNetX
Assembly:  geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2024.2.0.25
Syntax
public static void Exit(
	CGXNETCore gxNetShared
)

public static void Exit(
	CGXNETCore gxNetShared
)

Parameters

gxNetShared
Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore
See Also