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

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

Namespace: Geosoft.Desktop.GXNet
Assembly: geosoft.desktop.gxnet (in geosoft.desktop.gxnet.dll)
Syntax
public void ComputeSelExtent(
	ref double d1,
	ref double d2,
	ref double d3,
	ref double d4,
	ref double d5,
	ref double d6
)

Parameters

d1
Type: SystemDouble
East Min
d2
Type: SystemDouble
East Max
d3
Type: SystemDouble
North Min
d4
Type: SystemDouble
North Max
d5
Type: SystemDouble
Elev Min
d6
Type: SystemDouble
Elev Max
See Also