Click or drag to resize

CSYSAbort Method

This method terminates the execution of a script. A message giving the reason for the abort will be displayed along with the line number where we stopped in the script.

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

public static void Abort(
	CGXNETCore gxNetShared,
	string message
)

Parameters

gxNetShared
Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore
message
Type: SystemString
Message to display
See Also