Click or drag to resize
CLTBiGetInt Method
Get a int entry from the LTB

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

Namespace: GeoEngine.Core.GXNet
Assembly: geoengine.core.gxnet (in geoengine.core.gxnet.dll)
Syntax
public int iGetInt(
	int i1,
	int i2
)

Parameters

i1
Type: SystemInt32
record number
i2
Type: SystemInt32
field number

Return Value

Type: Int32
If the record or field are out of range, an empty string or dummy value is returned.
See Also