Click or drag to resize

CPGRange Method

Computes the range of the entire pager.

Namespace:  GeoEngine.Core.GXNetX
Assembly:  geoengine.core.gxnetx (in geoengine.core.gxnetx.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