Click or drag to resize

CSYSDefaultString Method

Allows a default string 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 DefaultString(
	string group,
	string field,
	string val
)

public static void DefaultString(
	string group,
	string field,
	string val
)

Parameters

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