Click or drag to resize

CPGRange Method

Computes the range of the entire pager.

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

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

Parameters

min
Type: SystemDouble
Minimum Data (Dummy if no range)
max
Type: SystemDouble
Maximum Data (Dummy if no range)
See Also