Click or drag to resize

CITRSetZoneValue Method

Set the value in a zone of the ITR

Namespace:  GeoEngine.Core.GXNetX
Assembly:  geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2024.2.0.25
Syntax
public void SetZoneValue(
	int zone,
	double value
)

public void SetZoneValue(
	int zone,
	double value
)

Parameters

zone
Type: SystemInt32
Number of the zone to set.
value
Type: SystemDouble
The value to set
Remarks
Valid indices are 0 to N-2, where N is the size of the ITR.
See Also