Click or drag to resize

CSYSGetAPIKey Method (String, Int32)

Note: This API is now obsolete.

Get the API Key if signed in

Namespace:  GeoEngine.Core.GXNet
Assembly:  geoengine.core.gxnet (in geoengine.core.gxnet.dll) Version: 2025.1.0.25
Syntax
[ObsoleteAttribute("Deprecated since 9.9, Seequent View was discontinued.")]
public static void GetAPIKey(
	ref string key,
	int key_size
)

[ObsoleteAttribute("Deprecated since 9.9, Seequent View was discontinued.")]
public static void GetAPIKey(
	ref string key,
	int key_size
)

Parameters

key
Type: SystemString
Returned API key
key_size
Type: SystemInt32
Size of API key
See Also