Click or drag to resize

CLTBiFindField Method

Return the field number for the specified field.

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

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