Click or drag to resize

CREGGetReal Method

Gets an real for a specified parameter in the REG object

Namespace:  GeoEngine.Core.GXNetX
Assembly:  geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2024.2.0.25
Syntax
public void GetReal(
	string parm,
	ref double data
)

public void GetReal(
	string parm,
	ref double data
)

Parameters

parm
Type: SystemString
Name of the parameter
data
Type: SystemDouble
Real to get
Remarks
If parameter is not present in REG, <define>rDUMMY</define> is returned.
See Also