 | 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
)
<ObsoleteAttribute("Deprecated since 9.9, Seequent View was discontinued.")>
Public Shared Sub GetAPIKey (
ByRef key As String,
key_size As Integer
)
<ObsoleteAttribute("Deprecated since 9.9, Seequent View was discontinued.")>
Public Shared Sub GetAPIKey (
ByRef key As String,
key_size As Integer
)
public:
[ObsoleteAttribute(L"Deprecated since 9.9, Seequent View was discontinued.")]
static void GetAPIKey(
String^% key,
int key_size
)
public:
[ObsoleteAttribute(L"Deprecated since 9.9, Seequent View was discontinued.")]
static void GetAPIKey(
String^% key,
int key_size
)
[<ObsoleteAttribute("Deprecated since 9.9, Seequent View was discontinued.")>]
static member GetAPIKey :
key : string byref *
key_size : int -> unit
[<ObsoleteAttribute("Deprecated since 9.9, Seequent View was discontinued.")>]
static member GetAPIKey :
key : string byref *
key_size : int -> unit
Parameters
- key
- Type: SystemString
Returned API key - key_size
- Type: SystemInt32
Size of API key
See Also