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.GXNetX
Assembly: geosoft.desktop.gxnetx (in geosoft.desktop.gxnetx.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 db,
	CWA wa,
	int line,
	string hole
)

Parameters

db
Type: GeoEngine.Core.GXNetXCDB
DB Handle
wa
Type: GeoEngine.Core.GXNetXCWA
WA Handle
line
Type: SystemInt32
Line
hole
Type: SystemString
Current hole Name
See Also