 | CSYS.IGetLicenseClass Method (CGXNETCore, String, Int32) |
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,
int class_size
)
public static void IGetLicenseClass(
CGXNETCore gxNetShared,
ref string cl,
int class_size
)
Public Shared Sub IGetLicenseClass (
gxNetShared As CGXNETCore,
ByRef cl As String,
class_size As Integer
)
Public Shared Sub IGetLicenseClass (
gxNetShared As CGXNETCore,
ByRef cl As String,
class_size As Integer
)
public:
static void IGetLicenseClass(
CGXNETCore^ gxNetShared,
String^% cl,
int class_size
)
public:
static void IGetLicenseClass(
CGXNETCore^ gxNetShared,
String^% cl,
int class_size
)
static member IGetLicenseClass :
gxNetShared : CGXNETCore *
cl : string byref *
class_size : int -> unit
static member IGetLicenseClass :
gxNetShared : CGXNETCore *
cl : string byref *
class_size : int -> unit
Parameters
- gxNetShared
- Type: GeoEngine.Core.GXNetX.CGXNETCore
A shared CGXNETCore - cl
- Type: System.String
Class String - class_size
- Type: System.Int32
Size of Class String
Remarks
String may be one of : "ArcGIS"
"OasisMontaj"
"DapServer"
See Also