Click or drag to resize

CDHGetDefaultSection Method

Computes default section azimuths, 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 GetDefaultSection(
	ref double az,
	ref double x1,
	ref double x2,
	ref double l,
	ref double w
)

public void GetDefaultSection(
	ref double az,
	ref double x1,
	ref double x2,
	ref double l,
	ref double w
)

Parameters

az
Type: SystemDouble
Azimuth of section (returned)
x1
Type: SystemDouble
Corner X (Easting) of section (returned)
x2
Type: SystemDouble
Corner Y (Northing) of section (returned)
l
Type: SystemDouble
Section length (returned)
w
Type: SystemDouble
Section width (returned)
See Also