Click or drag to resize
CLTBIGetField Method (Int32, String, Int32)
Get a field name by index.

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 is returned.
Syntax
public void IGetField(
	int field_num,
	ref string field,
	int length
)

Parameters

field_num
Type: SystemInt32
Field number
field
Type: SystemString
Returned field name
length
Type: SystemInt32
Maximum field name string length
See Also