Click or drag to resize

CSYSDefaultInt Method

Allows a default int to be set.

Namespace:  GeoEngine.Core.GXNet
Assembly:  geoengine.core.gxnet (in geoengine.core.gxnet.dll) Version: 2024.2.0.25
Syntax
public static void DefaultInt(
	string group,
	string field,
	int val
)

public static void DefaultInt(
	string group,
	string field,
	int val
)

Parameters

group
Type: SystemString
Group Name
field
Type: SystemString
Parameter Name
val
Type: SystemInt32
Int Value to Set
Remarks
The value will only be set if there is no existing setting.
See Also