 | 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
Syntaxpublic 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
)
Public Sub GetRange (
ByRef x_min As Double,
ByRef x_max As Double,
ByRef y_min As Double,
ByRef y_max As Double,
ByRef z_min As Double,
ByRef z_max As Double
)
Public Sub GetRange (
ByRef x_min As Double,
ByRef x_max As Double,
ByRef y_min As Double,
ByRef y_max As Double,
ByRef z_min As Double,
ByRef z_max As Double
)
public:
void GetRange(
double% x_min,
double% x_max,
double% y_min,
double% y_max,
double% z_min,
double% z_max
)
public:
void GetRange(
double% x_min,
double% x_max,
double% y_min,
double% y_max,
double% z_min,
double% z_max
)
member GetRange :
x_min : float byref *
x_max : float byref *
y_min : float byref *
y_max : float byref *
z_min : float byref *
z_max : float byref -> unit
member GetRange :
x_min : float byref *
x_max : float byref *
y_min : float byref *
y_max : float byref *
z_min : float byref *
z_max : float byref -> unit
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