Click or drag to resize

CDHQADipAzSurvey Method

Do QA/QC on Dip/Az Survey data.

Namespace:  Geosoft.Desktop.GXNetX
Assembly:  geosoft.desktop.gxnetx (in geosoft.desktop.gxnetx.dll) Version: 2024.2.0.25
Syntax
public void QADipAzSurvey(
	CDB db,
	CWA wa,
	int line,
	string hole
)

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
Remarks
Error if no Dip-Azimuth survey database, or if the requested line does not exist in the database.
See Also