Click or drag to resize

CSYSiGetErrorAP Method

Get the error number of an error.

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

public static int iGetErrorAP(
	int err
)

Parameters

err
Type: SystemInt32
The error index (0 to N-1, where N=number of registered errors)

Return Value

Type: Int32
The error number registered, 0 if none registered.
See Also