Click or drag to resize
CTBIFindColByIndex Method (Int32, String)
Finds a column's name by its index.

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

Namespace: GeoEngine.Core.GXNetX
Assembly: geoengine.core.gxnetx (in geoengine.core.gxnetx.dll)
Syntax
public void IFindColByIndex(
	int idx,
	ref string name
)

Parameters

idx
Type: SystemInt32
Index of column to find
name
Type: SystemString
Buffer for column name
See Also