 | CSYSIGetLicenseInfo Method (Int32, String) |
Retrieve information about the license
Namespace:
GeoEngine.Core.GXNet
Assembly:
geoengine.core.gxnet (in geoengine.core.gxnet.dll) Version: 2025.1.0.25
Syntaxpublic static void IGetLicenseInfo(
int sys_lic,
ref string info
)
public static void IGetLicenseInfo(
int sys_lic,
ref string info
)
Public Shared Sub IGetLicenseInfo (
sys_lic As Integer,
ByRef info As String
)
Public Shared Sub IGetLicenseInfo (
sys_lic As Integer,
ByRef info As String
)
public:
static void IGetLicenseInfo(
int sys_lic,
String^% info
)
public:
static void IGetLicenseInfo(
int sys_lic,
String^% info
)
static member IGetLicenseInfo :
sys_lic : int *
info : string byref -> unit
static member IGetLicenseInfo :
sys_lic : int *
info : string byref -> unit
Parameters
- sys_lic
- Type: SystemInt32
SYS_LIC - info
- Type: SystemString
Buffer to place string into
See Also