Click or drag to resize
CLTBIGetEnglishString Method
Get the English entry from the LTB

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

Namespace: GeoEngine.Core.GXNet
Assembly: geoengine.core.gxnet (in geoengine.core.gxnet.dll)
Notes
If the record or field are out of range, an empty string or dummy value is returned.
Syntax
public void IGetEnglishString(
	int i1,
	int i2,
	ref string str3
)

Parameters

i1
Type: SystemInt32
record number
i2
Type: SystemInt32
field number
str3
Type: SystemString
returned field token
See Also