Click or drag to resize
CSYSiNumErrorsAP Method
Returns the number of registered errors.

Available since Oasis montaj version: 6.0.0
License: Available to anyone.  

Namespace: GeoEngine.Core.GXNet
Assembly: geoengine.core.gxnet (in geoengine.core.gxnet.dll)
Notes
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.
Syntax
public static int iNumErrorsAP()

Return Value

Type: Int32
The number of registered errors.
See Also