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

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

Namespace: GeoEngine.Core.GXNet
Assembly: geoengine.core.gxnet (in geoengine.core.gxnet.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 d1,
	ref double d2
)

Parameters

d1
Type: SystemDouble
Data minimum value (or rDUMMY if not set)
d2
Type: SystemDouble
Data maximum value (or rDUMMY if not set)
See Also