Click or drag to resize

CDUAvgAzimuth2 Method

Returns average azimuth of selected lines.

Namespace:  Geosoft.Desktop.GXNet
Assembly:  geosoft.desktop.gxnet (in geosoft.desktop.gxnet.dll) Version: 2024.2.0.25
Syntax
public static void AvgAzimuth2(
	CDB db,
	string xCh,
	string yCh,
	double precision,
	ref double azimuth
)

public static void AvgAzimuth2(
	CDB db,
	string xCh,
	string yCh,
	double precision,
	ref double azimuth
)

Parameters

db
Type: GeoEngine.Core.GXNetCDB
Database Object
xCh
Type: SystemString
X channel name
yCh
Type: SystemString
Y channel name
precision
Type: SystemDouble
Precision in degrees (1 to 45)
azimuth
Type: SystemDouble
Azimuth value returned
Remarks
Same as AvgAzimuth, but input the X and Y channels to use.
See Also