Click or drag to resize

CSYSGetAPIKey Method (CGXNETCore, String)

Get the API Key if signed in

Namespace:  GeoEngine.Core.GXNetX
Assembly:  geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2025.1.0.25
Syntax
public static void GetAPIKey(
	CGXNETCore gxNetShared,
	ref string key
)

public static void GetAPIKey(
	CGXNETCore gxNetShared,
	ref string key
)

Parameters

gxNetShared
Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore
key
Type: SystemString
Returned API key
See Also