 | CSYSGetAPIKey Method (String) |
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
Syntaxpublic static void GetAPIKey(
ref string key
)
public static void GetAPIKey(
ref string key
)
Public Shared Sub GetAPIKey (
ByRef key As String
)
Public Shared Sub GetAPIKey (
ByRef key As String
)
public:
static void GetAPIKey(
String^% key
)
public:
static void GetAPIKey(
String^% key
)
static member GetAPIKey :
key : string byref -> unit
static member GetAPIKey :
key : string byref -> unit
Parameters
- key
- Type: SystemString
Returned API key
See Also