Click or drag to resize

CDHComputeSelExtent Method

Computes the extents for selected holes.

Namespace:  Geosoft.Desktop.GXNetX
Assembly:  geosoft.desktop.gxnetx (in geosoft.desktop.gxnetx.dll) Version: 2024.2.0.25
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
)

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