Click or drag to resize

CIPRecalculateEx Method

Recalculate derived channel values, with option for including/excluding location calculations.

Namespace:  Geosoft.Desktop.GXNetX
Assembly:  geosoft.desktop.gxnetx (in geosoft.desktop.gxnetx.dll) Version: 2024.2.0.25
Syntax
public void RecalculateEx(
	CDB db,
	int recalculate_xyz
)

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)?
Remarks
See Recalculate_IP. This version allows you to suppress the recalculation of the current X, Y and Z channel values from the station locations.
See Also