Click or drag to resize

CSYSSetInt Method

This method sets an int in the parameter block.

Namespace:  GeoEngine.Core.GXNet
Assembly:  geoengine.core.gxnet (in geoengine.core.gxnet.dll) Version: 2024.2.0.25
Syntax
public static void SetInt(
	string group,
	string field,
	int val
)

public static void SetInt(
	string group,
	string field,
	int val
)

Parameters

group
Type: SystemString
Group Name
field
Type: SystemString
Parameter Name
val
Type: SystemInt32
Int Value to Set
See Also