Click or drag to resize

CSYSAssert Method

Abort with GX line number if not true.

Namespace:  GeoEngine.Core.GXNet
Assembly:  geoengine.core.gxnet (in geoengine.core.gxnet.dll) Version: 2024.2.0.25
Syntax
public static void Assert(
	int exp
)

public static void Assert(
	int exp
)

Parameters

exp
Type: SystemInt32
Expression to evaluate (0 aborts)
See Also