Click or drag to resize
CSYSiCheckIntrinsic Method
Check to see if an intrinsic object is licensed

Available since Oasis montaj version: 6.0
License: Available to anyone.  

Namespace: GeoEngine.Core.GXNetX
Assembly: geoengine.core.gxnetx (in geoengine.core.gxnetx.dll)
Syntax
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