Click or drag to resize

CREGSet Method

Sets a string 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 Set(
	string parm,
	string data
)

public void Set(
	string parm,
	string data
)

Parameters

parm
Type: SystemString
Name of the parameter
data
Type: SystemString
String to set it to An empty string sets the setting to an empty string, but does NOT remove the parameter from the REG.
Remarks
To remove a parameter completely, use one of the following: SetInt_REG(Reg, sParam, <define>iDUMMY</define>); or SetReal_REG(Reg, sParam, <define>rDUMMY</define>);
See Also