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