Click or drag to resize

CSHPiFindField Method

Find the index for a data field.

Namespace:  Geosoft.Desktop.GXNetX
Assembly:  geosoft.desktop.gxnetx (in geosoft.desktop.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
The index, -1 if not found.
See Also