Click or drag to resize

CLTBrGetReal Method

Get a real entry from the LTB

Namespace:  GeoEngine.Core.GXNetX
Assembly:  geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2024.2.0.25
Syntax
public double rGetReal(
	int record,
	int field
)

public double rGetReal(
	int record,
	int field
)

Parameters

record
Type: SystemInt32
Record number
field
Type: SystemInt32
Field number

Return Value

Type: Double
If the record or field are out of range, an empty string or dummy value is returned.
See Also