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
License: Available to specially licensed modules.  

Namespace: Geosoft.Desktop.GXNetX
Assembly: geosoft.desktop.gxnetx (in geosoft.desktop.gxnetx.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 db,
	int recalculate_xyz
)

Parameters

db
Type: GeoEngine.Core.GXNetXCDB
Database
recalculate_xyz
Type: SystemInt32
Recalculate XYZ locations (TRUE or FALSE)?
See Also