Click or drag to resize

CSYSiCheckArcLicense Method

Check to see if a ESRI ArcEngine or ArcView license is available

Namespace:  GeoEngine.Core.GXNetX
Assembly:  geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2024.2.0.25
Syntax
public static int iCheckArcLicense(
	CGXNETCore gxNetShared
)

public static int iCheckArcLicense(
	CGXNETCore gxNetShared
)

Parameters

gxNetShared
Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore

Return Value

Type: Int32
1 - Licenced 0 - Not licenced
See Also