 | CSYSGetAPIKey Method (CGXNETCore, String, Int32) |
Note: This API is now obsolete.
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
Syntax[ObsoleteAttribute("Deprecated since 9.9, Seequent View was discontinued.")]
public static void GetAPIKey(
CGXNETCore gxNetShared,
ref string key,
int key_size
)
[ObsoleteAttribute("Deprecated since 9.9, Seequent View was discontinued.")]
public static void GetAPIKey(
CGXNETCore gxNetShared,
ref string key,
int key_size
)
<ObsoleteAttribute("Deprecated since 9.9, Seequent View was discontinued.")>
Public Shared Sub GetAPIKey (
gxNetShared As CGXNETCore,
ByRef key As String,
key_size As Integer
)
<ObsoleteAttribute("Deprecated since 9.9, Seequent View was discontinued.")>
Public Shared Sub GetAPIKey (
gxNetShared As CGXNETCore,
ByRef key As String,
key_size As Integer
)
public:
[ObsoleteAttribute(L"Deprecated since 9.9, Seequent View was discontinued.")]
static void GetAPIKey(
CGXNETCore^ gxNetShared,
String^% key,
int key_size
)
public:
[ObsoleteAttribute(L"Deprecated since 9.9, Seequent View was discontinued.")]
static void GetAPIKey(
CGXNETCore^ gxNetShared,
String^% key,
int key_size
)
[<ObsoleteAttribute("Deprecated since 9.9, Seequent View was discontinued.")>]
static member GetAPIKey :
gxNetShared : CGXNETCore *
key : string byref *
key_size : int -> unit
[<ObsoleteAttribute("Deprecated since 9.9, Seequent View was discontinued.")>]
static member GetAPIKey :
gxNetShared : CGXNETCore *
key : string byref *
key_size : int -> unit
Parameters
- gxNetShared
- Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore - key
- Type: SystemString
Returned API key - key_size
- Type: SystemInt32
Size of API key
See Also