Click or drag to resize
CITRGetDataLimits Method
Get ITR max/min data limits.

Available since Oasis montaj version: 6.0
License: Available to anyone.  

Namespace: GeoEngine.Core.GXNetX
Assembly: geoengine.core.gxnetx (in geoengine.core.gxnetx.dll)
Notes
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.
Syntax
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)
See Also