Click or drag to resize

CDHiUpdateSurveyFromCollar Method

Update the Survey table from the collar info.

Namespace:  Geosoft.Desktop.GXNetX
Assembly:  geosoft.desktop.gxnetx (in geosoft.desktop.gxnetx.dll) Version: 2024.2.0.25
Syntax
public int iUpdateSurveyFromCollar(
	int hole
)

public int iUpdateSurveyFromCollar(
	int hole
)

Parameters

hole
Type: SystemInt32
Hole index

Return Value

Type: Int32
0 - No change; there is no survey table, the table was empty, or values were same as collar 1 - Survey table updated; values changed and there is just one row. 2 - Survey table unchanged; there was more than one row in the table, and values were different
Remarks
Call when the collar values are edited to update the survey table values. If the survey contains more than one row, then no changes are applied, and no warning or error is registered.
See Also