 | CITRGetDataLimits Method |
Get ITR max/min data limits.
Namespace:
GeoEngine.Core.GXNetX
Assembly:
geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2024.2.0.25
Syntaxpublic void GetDataLimits(
ref double min,
ref double max
)
public void GetDataLimits(
ref double min,
ref double max
)
Public Sub GetDataLimits (
ByRef min As Double,
ByRef max As Double
)
Public Sub GetDataLimits (
ByRef min As Double,
ByRef max As Double
)
public:
void GetDataLimits(
double% min,
double% max
)
public:
void GetDataLimits(
double% min,
double% max
)
member GetDataLimits :
min : float byref *
max : float byref -> unit
member GetDataLimits :
min : float byref *
max : float byref -> unit
Parameters
- min
- Type: SystemDouble
Data minimum value (or <define>rDUMMY</define> if not set) - max
- Type: SystemDouble
Data maximum value (or <define>rDUMMY</define> if not set)
Remarks
In some ITRs, especially those defined and
embedded inside grid (IMG) objects, the
actual data minimum and maximum values are
stored. This function retrieves those values.
This is NOT true of all ITR objects, and in
those cases dummy values will be returned.
See Also