Click or drag to resize

CREGSetInt Method

Sets an int 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 SetInt(
	string parm,
	int data
)

public void SetInt(
	string parm,
	int data
)

Parameters

parm
Type: SystemString
Name of the parameter
data
Type: SystemInt32
Int to set, <define>iDUMMY</define> to remove the parameter
See Also