  | CGXNETCoresGetError Method  | 
 
Gets the error string for 1 error.
 
    Namespace: 
   GeoEngine.Core.GXNetX
    Assembly:
   geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2025.1.0.25
Syntaxpublic short sGetError(
	ref string param1,
	ref string param2,
	ref int param3
)
public short sGetError(
	ref string param1,
	ref string param2,
	ref int param3
)
Public Function sGetError ( 
	ByRef param1 As String,
	ByRef param2 As String,
	ByRef param3 As Integer
) As Short
Public Function sGetError ( 
	ByRef param1 As String,
	ByRef param2 As String,
	ByRef param3 As Integer
) As Short
public:
short sGetError(
	String^% param1, 
	String^% param2, 
	int% param3
)
public:
short sGetError(
	String^% param1, 
	String^% param2, 
	int% param3
)
member sGetError : 
        param1 : string byref * 
        param2 : string byref * 
        param3 : int byref -> int16 
member sGetError : 
        param1 : string byref * 
        param2 : string byref * 
        param3 : int byref -> int16 
Parameters
- param1
 - Type: SystemString
Module name buffer (should be at least 64 bytes) - param2
 - Type: SystemString
Error buffer (should be at least 2048 bytes) - param3
 - Type: SystemInt32
Error number 
Return Value
Type: 
Int16
0 - no error
Remarks
See Also