 | 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
Syntaxpublic static void GetAPIKey(
CGXNETCore gxNetShared,
ref string key
)
public static void GetAPIKey(
CGXNETCore gxNetShared,
ref string key
)
Public Shared Sub GetAPIKey (
gxNetShared As CGXNETCore,
ByRef key As String
)
Public Shared Sub GetAPIKey (
gxNetShared As CGXNETCore,
ByRef key As String
)
public:
static void GetAPIKey(
CGXNETCore^ gxNetShared,
String^% key
)
public:
static void GetAPIKey(
CGXNETCore^ gxNetShared,
String^% key
)
static member GetAPIKey :
gxNetShared : CGXNETCore *
key : string byref -> unit
static member GetAPIKey :
gxNetShared : CGXNETCore *
key : string byref -> unit
Parameters
- gxNetShared
- Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore - key
- Type: SystemString
Returned API key
See Also