Click or drag to resize
CIPRecalculateEx Method
Recalculate derived channel values, with option for including/excluding location calculations.

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

Namespace: Geosoft.Desktop.GXNet
Assembly: geosoft.desktop.gxnet (in geosoft.desktop.gxnet.dll)
Notes
See Recalculate_IP. This version allows you to suppress the recalculation of the current X, Y and Z channel values from the station locations.
Syntax
public void RecalculateEx(
	CDB oDB1,
	int i2
)

Parameters

oDB1
Type: GeoEngine.Core.GXNetCDB
Database
i2
Type: SystemInt32
Recalculate XYZ locations (TRUE or FALSE)?
See Also