Click or drag to resize
CLTBIGetEnglishString Method (Int32, Int32, String)
Get the English entry from the LTB

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

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

Parameters

record
Type: SystemInt32
Record number
field
Type: SystemInt32
Field number
token
Type: SystemString
Returned field token
See Also