Click or drag to resize
CGISGetRange Method
Get the range of data in the GIS

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 GetRange(
	ref double x_min,
	ref double x_max,
	ref double y_min,
	ref double y_max,
	ref double z_min,
	ref double z_max
)

Parameters

x_min
Type: SystemDouble
X min
x_max
Type: SystemDouble
X max
y_min
Type: SystemDouble
Y min
y_max
Type: SystemDouble
Y max
z_min
Type: SystemDouble
Z min
z_max
Type: SystemDouble
Z max
See Also