 | CSYSIGetLicenseClass Method (String, Int32) |
Get the current application license class.
Namespace:
GeoEngine.Core.GXNet
Assembly:
geoengine.core.gxnet (in geoengine.core.gxnet.dll) Version: 2024.2.0.25
Syntaxpublic static void IGetLicenseClass(
ref string cl,
int class_size
)
public static void IGetLicenseClass(
ref string cl,
int class_size
)
Public Shared Sub IGetLicenseClass (
ByRef cl As String,
class_size As Integer
)
Public Shared Sub IGetLicenseClass (
ByRef cl As String,
class_size As Integer
)
public:
static void IGetLicenseClass(
String^% cl,
int class_size
)
public:
static void IGetLicenseClass(
String^% cl,
int class_size
)
static member IGetLicenseClass :
cl : string byref *
class_size : int -> unit
static member IGetLicenseClass :
cl : string byref *
class_size : int -> unit
Parameters
- cl
- Type: SystemString
Class String - class_size
- Type: SystemInt32
Size of Class String
Remarks
String may be one of : "ArcGIS"
"OasisMontaj"
"DapServer"
See Also