Click or drag to resize

CGISGetRange Method

Get the range of data in the GIS

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

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