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

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

Namespace: GeoEngine.Core.GXNetX
Assembly: geoengine.core.gxnetx (in geoengine.core.gxnetx.dll)
Syntax
public static void SetInt(
	CGXNETCore gxNetShared,
	string group,
	string field,
	int val
)

Parameters

gxNetShared
Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore
group
Type: SystemString
Group Name
field
Type: SystemString
Parameter Name
val
Type: SystemInt32
Int Value to Set
See Also