Click or drag to resize

CSYSSetReal Method

This method Sets a real 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 SetReal(
	string group,
	string field,
	double val
)

public static void SetReal(
	string group,
	string field,
	double val
)

Parameters

group
Type: SystemString
Group Name
field
Type: SystemString
Parameter Name
val
Type: SystemDouble
Real
See Also