 | 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
Syntaxpublic double rGetZoneValue(
int zone
)
public double rGetZoneValue(
int zone
)
Public Function rGetZoneValue (
zone As Integer
) As Double
Public Function rGetZoneValue (
zone As Integer
) As Double
public:
double rGetZoneValue(
int zone
)
public:
double rGetZoneValue(
int zone
)
member rGetZoneValue :
zone : int -> float
member rGetZoneValue :
zone : int -> float
Parameters
- zone
- Type: SystemInt32
Number of the zone to set.
Return Value
Type:
DoubleThe value of the specified zone.
RemarksValid indices are 0 to N-2, where N is the size of the ITR.
See Also