 | CGXNETCoreiCheckError Method |
Test if Geosoft function has terminated with an error
Namespace:
GeoEngine.Core.GXNetX
Assembly:
geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2024.2.0.25
Syntaxpublic int iCheckError()
public int iCheckError()
Public Function iCheckError As Integer
Public Function iCheckError As Integer
public:
int iCheckError()
public:
int iCheckError()
member iCheckError : unit -> int
member iCheckError : unit -> int
Return Value
Type:
Int32
0 if no errors.
RemarksFor Geosoft functions that do not return an error
// condition (all of them except those specifically designed
// for DLL use) you must call this function to test if an
// error has occured in the Geosoft function. If an error
// has occured, just clean-up and return. Error messages
// will have been registered by the Geosoft function.
See Also