Click or drag to resize

CDHiQADipAzSurveyLST Method

Do QA/QC on Dip/Az Survey data for holes in a LST.

Namespace:  Geosoft.Desktop.GXNet
Assembly:  geosoft.desktop.gxnet (in geosoft.desktop.gxnet.dll) Version: 2024.2.0.25
Syntax
public int iQADipAzSurveyLST(
	CLST lst,
	CWA wa
)

public int iQADipAzSurveyLST(
	CLST lst,
	CWA wa
)

Parameters

lst
Type: GeoEngine.Core.GXNetCLST
LST of holes (Name, Index)
wa
Type: GeoEngine.Core.GXNetCWA
WA Handle to write to

Return Value

Type: Int32
The number of holes found and checked.
Remarks
Error if no Dip-Azimuth survey database, or if a requested hole does not exist in the drill project.
See Also