Click or drag to resize
CLTBIGetField Method
Get a field name by index.

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)
Notes
If the record or field are out of range, an empty string is returned.
Syntax
public void IGetField(
	int i1,
	ref string str2
)

Parameters

i1
Type: SystemInt32
field number
str2
Type: SystemString
returned field name
See Also