Click or drag to resize

CDHQAEastNorthSurvey Method

Do QA/QC on East/North Survey data.

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

public void QAEastNorthSurvey(
	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 East-North survey database, or if the requested line does not exist in the database.
See Also