Click or drag to resize
CDHiUpdateSurveyFromCollar Method
Update the Survey table from the collar info.

Available since Oasis montaj version: 7.1.0
License: Available to specially licensed modules.  

Namespace: Geosoft.Desktop.GXNet
Assembly: geosoft.desktop.gxnet (in geosoft.desktop.gxnet.dll)
Notes
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.
Syntax
public int iUpdateSurveyFromCollar(
	int i1
)

Parameters

i1
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
See Also