Click or drag to resize

CSYSrGetReal Method

This method returns a real from the parameter block.

Namespace:  GeoEngine.Core.GXNet
Assembly:  geoengine.core.gxnet (in geoengine.core.gxnet.dll) Version: 2024.2.0.25
Syntax
public static double rGetReal(
	string group,
	string field
)

public static double rGetReal(
	string group,
	string field
)

Parameters

group
Type: SystemString
Group Name
field
Type: SystemString
Parameter Name

Return Value

Type: Double
Real Value, <define>rDUMMY</define> if parameter not set.
See Also