Click or drag to resize

CITRrGetZoneValue Method

Get 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 double rGetZoneValue(
	int zone
)

public double rGetZoneValue(
	int zone
)

Parameters

zone
Type: SystemInt32
Number of the zone to set.

Return Value

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