Click or drag to resize

CGXNETCoresGetError Method

Gets the error string for 1 error.

Namespace:  GeoEngine.Core.GXNetX
Assembly:  geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2024.2.0.25
Syntax
public short sGetError(
	ref string param1,
	ref string param2,
	ref int param3
)

public short sGetError(
	ref string param1,
	ref string param2,
	ref int param3
)

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