Click or drag to resize

CSYSiCheckIntrinsic Method

Check to see if an intrinsic object is licensed

Namespace:  GeoEngine.Core.GXNet
Assembly:  geoengine.core.gxnet (in geoengine.core.gxnet.dll) Version: 2024.2.0.25
Syntax
public static int iCheckIntrinsic(
	int cl,
	string name
)

public static int iCheckIntrinsic(
	int cl,
	string name
)

Parameters

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