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

Available since Oasis montaj version: 5.0
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 IGetString(
	int record,
	int field,
	ref string token,
	int length
)

Parameters

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