Click or drag to resize
CPGRange Method
Computes the range of the entire pager.

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

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