Click or drag to resize
CDHComputeSelExtent Method
Computes the extents for selected holes.

Available since Oasis montaj version: 5.0
License: Available to specially licensed modules.  

Namespace: Geosoft.Desktop.GXNetX
Assembly: geosoft.desktop.gxnetx (in geosoft.desktop.gxnetx.dll)
Syntax
public void ComputeSelExtent(
	ref double e_min,
	ref double e_max,
	ref double n_min,
	ref double n_max,
	ref double z_min,
	ref double z_max
)

Parameters

e_min
Type: SystemDouble
East Min
e_max
Type: SystemDouble
East Max
n_min
Type: SystemDouble
North Min
n_max
Type: SystemDouble
North Max
z_min
Type: SystemDouble
Elev Min
z_max
Type: SystemDouble
Elev Max
See Also