Click or drag to resize

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
Syntax
public void GetDataLimits(
	ref double min,
	ref double max
)

public void GetDataLimits(
	ref double min,
	ref double max
)

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