 | CDHiQADipAzCurvatureLST Method |
Do QA/QC Curvature checking on Dip Azimuth data for holes in a LST.
Namespace:
Geosoft.Desktop.GXNetX
Assembly:
geosoft.desktop.gxnetx (in geosoft.desktop.gxnetx.dll) Version: 2024.2.0.25
Syntaxpublic int iQADipAzCurvatureLST(
CLST lst,
double tolerance,
CWA wa
)
public int iQADipAzCurvatureLST(
CLST lst,
double tolerance,
CWA wa
)
Public Function iQADipAzCurvatureLST (
lst As CLST,
tolerance As Double,
wa As CWA
) As Integer
Public Function iQADipAzCurvatureLST (
lst As CLST,
tolerance As Double,
wa As CWA
) As Integer
public:
int iQADipAzCurvatureLST(
CLST^ lst,
double tolerance,
CWA^ wa
)
public:
int iQADipAzCurvatureLST(
CLST^ lst,
double tolerance,
CWA^ wa
)
member iQADipAzCurvatureLST :
lst : CLST *
tolerance : float *
wa : CWA -> int
member iQADipAzCurvatureLST :
lst : CLST *
tolerance : float *
wa : CWA -> int
Parameters
- lst
- Type: GeoEngine.Core.GXNetXCLST
LST of holes (name, index) - tolerance
- Type: SystemDouble
Dip/Azimuth curvature tolerance (degree per meter) - wa
- Type: GeoEngine.Core.GXNetXCWA
WA Handle to write to
Return Value
Type:
Int32The number of holes found and checked.
RemarksChecks all holes with Dip-Azimuth survey data
See Also