 | CSEGYREADERGetClipXYExtents Method |
Gets the X,Y extents to clip the voxel.
Namespace:
GeoEngine.Core.GXNetX
Assembly:
geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2024.2.0.25
Syntaxpublic void GetClipXYExtents(
ref int is_clip_valid,
ref double x_min,
ref double x_max,
ref double y_min,
ref double y_max
)
public void GetClipXYExtents(
ref int is_clip_valid,
ref double x_min,
ref double x_max,
ref double y_min,
ref double y_max
)
Public Sub GetClipXYExtents (
ByRef is_clip_valid As Integer,
ByRef x_min As Double,
ByRef x_max As Double,
ByRef y_min As Double,
ByRef y_max As Double
)
Public Sub GetClipXYExtents (
ByRef is_clip_valid As Integer,
ByRef x_min As Double,
ByRef x_max As Double,
ByRef y_min As Double,
ByRef y_max As Double
)
public:
void GetClipXYExtents(
int% is_clip_valid,
double% x_min,
double% x_max,
double% y_min,
double% y_max
)
public:
void GetClipXYExtents(
int% is_clip_valid,
double% x_min,
double% x_max,
double% y_min,
double% y_max
)
member GetClipXYExtents :
is_clip_valid : int byref *
x_min : float byref *
x_max : float byref *
y_min : float byref *
y_max : float byref -> unit
member GetClipXYExtents :
is_clip_valid : int byref *
x_min : float byref *
x_max : float byref *
y_min : float byref *
y_max : float byref -> unit
Parameters
- is_clip_valid
- Type: SystemInt32
is clip area valid - x_min
- Type: SystemDouble
minimum X value - x_max
- Type: SystemDouble
maximum X value - y_min
- Type: SystemDouble
minimum Y value - y_max
- Type: SystemDouble
maximum Y value
See Also