 | CSYSIGetLicenseClass Method (String) |
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
)
public static void IGetLicenseClass(
ref string cl
)
Public Shared Sub IGetLicenseClass (
ByRef cl As String
)
Public Shared Sub IGetLicenseClass (
ByRef cl As String
)
public:
static void IGetLicenseClass(
String^% cl
)
public:
static void IGetLicenseClass(
String^% cl
)
static member IGetLicenseClass :
cl : string byref -> unit
static member IGetLicenseClass :
cl : string byref -> unit
Parameters
- cl
- Type: SystemString
Class String
Remarks
String may be one of : "ArcGIS"
"OasisMontaj"
"DapServer"
See Also