 | CSYSiCheckArcLicenseEx Method (String) |
Check to see if a ESRI ArcEngine or ArcView license is available, returns type and version of available engine.
Namespace:
GeoEngine.Core.GXNet
Assembly:
geoengine.core.gxnet (in geoengine.core.gxnet.dll) Version: 2024.2.0.25
Syntaxpublic static int iCheckArcLicenseEx(
ref string version
)
public static int iCheckArcLicenseEx(
ref string version
)
Public Shared Function iCheckArcLicenseEx (
ByRef version As String
) As Integer
Public Shared Function iCheckArcLicenseEx (
ByRef version As String
) As Integer
public:
static int iCheckArcLicenseEx(
String^% version
)
public:
static int iCheckArcLicenseEx(
String^% version
)
static member iCheckArcLicenseEx :
version : string byref -> int
static member iCheckArcLicenseEx :
version : string byref -> int
Parameters
- version
- Type: SystemString
Version String
Return Value
Type:
Int32<define>ARC_LICENSE</define>
See Also