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

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)
Syntax
public int iFindField(
	string str1
)

Parameters

str1
Type: SystemString
field name

Return Value

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