Click or drag to resize
CSYSDefaultInt Method
Allows a default int to be set.

Available since Oasis montaj version: 6.0.0
License: Available to anyone.  

Namespace: GeoEngine.Core.GXNet
Assembly: geoengine.core.gxnet (in geoengine.core.gxnet.dll)
Notes
The value will only be set if there is no existing setting.
Syntax
public static void DefaultInt(
	string str1,
	string str2,
	int i3
)

Parameters

str1
Type: SystemString
Group Name
str2
Type: SystemString
Parameter Name
i3
Type: SystemInt32
Int Value to Set
See Also