Click or drag to resize

CSYSiNumErrorsAP Method

Returns the number of registered errors.

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

public static int iNumErrorsAP()

Return Value

Type: Int32
The number of registered errors.
Remarks
This wrapper is mostly for use outside of GXs, because in general if an error is registered in a GX the GX would terminate before it could be called.
See Also