Click or drag to resize

CITRSetDataLimits Method

Set ITR max/min data limits.

Namespace:  GeoEngine.Core.GXNet
Assembly:  geoengine.core.gxnet (in geoengine.core.gxnet.dll) Version: 2024.2.0.25
Syntax
public void SetDataLimits(
	double min,
	double max
)

public void SetDataLimits(
	double min,
	double max
)

Parameters

min
Type: SystemDouble
Data minimum value
max
Type: SystemDouble
Data maximum value
See Also