Click or drag to resize

CSYSAssert Method

Abort with GX line number if not true.

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

public static void Assert(
	CGXNETCore gxNetShared,
	int exp
)

Parameters

gxNetShared
Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore
exp
Type: SystemInt32
Expression to evaluate (0 aborts)
See Also