Click or drag to resize
CDUHead Method
Applies a heading correction.

Available since Oasis montaj version: 5.0.0
License: Available to anyone with an Oasis Montaj license.  

Namespace: Geosoft.Desktop.GXNet
Assembly: geosoft.desktop.gxnet (in geosoft.desktop.gxnet.dll)
Notes
Updates channel with Direction in degrees azimuth (counter-clockwise relative the +Y direction). GS_R8DM if the line has no data, or if there is a problem.
Syntax
public static void Head(
	CDB oDB1,
	int i2,
	int i3,
	int i4,
	CTB oTB5,
	double d6
)

Parameters

oDB1
Type: GeoEngine.Core.GXNetCDB
database object
i2
Type: SystemInt32
line Symbol
i3
Type: SystemInt32
channel to correct [DB_LOCK_READONLY]
i4
Type: SystemInt32
corrected channel [DB_LOCK_READWRITE]
oTB5
Type: GeoEngine.Core.GXNetCTB
heading table
d6
Type: SystemDouble
line direction
See Also