Click or drag to resize
CDHQADipAzSurvey Method
Do QA/QC on Dip/Az Survey data.

Available since Oasis montaj version: 5.1.3
License: Available to specially licensed modules.  

Namespace: Geosoft.Desktop.GXNet
Assembly: geosoft.desktop.gxnet (in geosoft.desktop.gxnet.dll)
Notes
Error if no Dip-Azimuth survey database, or if the requested line does not exist in the database.
Syntax
public void QADipAzSurvey(
	CDB oDB1,
	CWA oWA2,
	int i3,
	string str4
)

Parameters

oDB1
Type: GeoEngine.Core.GXNetCDB
DB Handle
oWA2
Type: GeoEngine.Core.GXNetCWA
WA Handle
i3
Type: SystemInt32
Line
str4
Type: SystemString
Current hole Name
See Also