Click or drag to resize

CLSTrGetReal Method

Get a real item.

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

public double rGetReal(
	int type,
	int item
)

Parameters

type
Type: SystemInt32
<define>LST_ITEM</define> data to retrieve
item
Type: SystemInt32
Item Number to Get

Return Value

Type: Double
Real, <define>rDUMMY</define> if conversion fails or string is empty.
See Also