Click or drag to resize
CSYSSetInt Method
This method sets an int in the parameter block.

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

Namespace: GeoEngine.Core.GXNet
Assembly: geoengine.core.gxnet (in geoengine.core.gxnet.dll)
Syntax
public static void SetInt(
	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