Click or drag to resize
CSEGYREADERGetClipXYExtents Method
Gets the X,Y extents to clip the voxel.

Available since Oasis montaj version: 9.7
License: Available to anyone with an Oasis Montaj license.  

Namespace: GeoEngine.Core.GXNetX
Assembly: geoengine.core.gxnetx (in geoengine.core.gxnetx.dll)
Syntax
public void GetClipXYExtents(
	ref int is_clip_valid,
	ref double x_min,
	ref double x_max,
	ref double y_min,
	ref double y_max
)

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