Click or drag to resize

CSYSSetString Method

This method sets a string 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 SetString(
	string group,
	string field,
	string val
)

public static void SetString(
	string group,
	string field,
	string val
)

Parameters

group
Type: SystemString
Group Name
field
Type: SystemString
Parameter Name
val
Type: SystemString
String to Set it To
See Also