Click or drag to resize

CTBField Method

Get a field handle.

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

public int Field(
	string name
)

Parameters

name
Type: SystemString
Field name

Return Value

Type: Int32
The handle to the field (must be present)
See Also