Click or drag to resize
CDHGetDefaultSection Method
Computes default section azimuths, 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 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