Click or drag to resize
CDHGetDefaultSection Method
Computes default section azimuths, 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 GetDefaultSection(
	ref double d1,
	ref double d2,
	ref double d3,
	ref double d4,
	ref double d5
)

Parameters

d1
Type: SystemDouble
azimuth of section (returned)
d2
Type: SystemDouble
corner X (Easting) of section (returned)
d3
Type: SystemDouble
corner Y (Northing) of section (returned)
d4
Type: SystemDouble
section length (returned)
d5
Type: SystemDouble
section width (returned)
See Also