Click or drag to resize

CSYSDefaultReal Method

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

public static void DefaultReal(
	string group,
	string field,
	double val
)

Parameters

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