 | CSYSIGetLicenseInfo Method (CGXNETCore, Int32, String, Int32) |
Note: This API is now obsolete.
Retrieve information about the license
Namespace:
GeoEngine.Core.GXNetX
Assembly:
geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2025.1.0.25
Syntax[ObsoleteAttribute("Deprecated since unknown, ")]
public static void IGetLicenseInfo(
CGXNETCore gxNetShared,
int sys_lic,
ref string info,
int size
)
[ObsoleteAttribute("Deprecated since unknown, ")]
public static void IGetLicenseInfo(
CGXNETCore gxNetShared,
int sys_lic,
ref string info,
int size
)
<ObsoleteAttribute("Deprecated since unknown, ")>
Public Shared Sub IGetLicenseInfo (
gxNetShared As CGXNETCore,
sys_lic As Integer,
ByRef info As String,
size As Integer
)
<ObsoleteAttribute("Deprecated since unknown, ")>
Public Shared Sub IGetLicenseInfo (
gxNetShared As CGXNETCore,
sys_lic As Integer,
ByRef info As String,
size As Integer
)
public:
[ObsoleteAttribute(L"Deprecated since unknown, ")]
static void IGetLicenseInfo(
CGXNETCore^ gxNetShared,
int sys_lic,
String^% info,
int size
)
public:
[ObsoleteAttribute(L"Deprecated since unknown, ")]
static void IGetLicenseInfo(
CGXNETCore^ gxNetShared,
int sys_lic,
String^% info,
int size
)
[<ObsoleteAttribute("Deprecated since unknown, ")>]
static member IGetLicenseInfo :
gxNetShared : CGXNETCore *
sys_lic : int *
info : string byref *
size : int -> unit
[<ObsoleteAttribute("Deprecated since unknown, ")>]
static member IGetLicenseInfo :
gxNetShared : CGXNETCore *
sys_lic : int *
info : string byref *
size : int -> unit
Parameters
- gxNetShared
- Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore - sys_lic
- Type: SystemInt32
SYS_LIC - info
- Type: SystemString
Buffer to place string into - size
- Type: SystemInt32
Size of Buffer
See Also