Click or drag to resize
CSYSGetAPIKey Method (CGXNETCore, String)
Get the API Key if signed in

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

Namespace: GeoEngine.Core.GXNetX
Assembly: geoengine.core.gxnetx (in geoengine.core.gxnetx.dll)
Syntax
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