Click or drag to resize

CREGSetReal Method

Sets 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 SetReal(
	string parm,
	double p3
)

public void SetReal(
	string parm,
	double p3
)

Parameters

parm
Type: SystemString
Name of the parameter
p3
Type: SystemDouble
Real to set, <define>rDUMMY</define> to remove the parameter
See Also