Click or drag to resize

CSYSiCheckIntrinsic Method

Check to see if an intrinsic object is licensed

Namespace:  GeoEngine.Core.GXNetX
Assembly:  geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2024.2.0.25
Syntax
public static int iCheckIntrinsic(
	CGXNETCore gxNetShared,
	int cl,
	string name
)

public static int iCheckIntrinsic(
	CGXNETCore gxNetShared,
	int cl,
	string name
)

Parameters

gxNetShared
Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore
cl
Type: SystemInt32
Intrinsic Class Number
name
Type: SystemString
Intrinsic Name (must be exact)

Return Value

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