Click or drag to resize
CLTBiFindField Method
Return the field number for the specified field.

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

Namespace: GeoEngine.Core.GXNetX
Assembly: geoengine.core.gxnetx (in geoengine.core.gxnetx.dll)
Syntax
public int iFindField(
	string field
)

Parameters

field
Type: SystemString
Field name

Return Value

Type: Int32
-1 if field does not exist. field number if field does exist.
See Also