Click or drag to resize

CIPRecalculateZ Method

Recalculate Z channel values.

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

public void RecalculateZ(
	CDB db
)

Parameters

db
Type: GeoEngine.Core.GXNetXCDB
Database
Remarks
The "Z" channel values are calculated as follows: If the "Topo" value is defined, then Z = Topo - 0.5*N*A, where "N" is the N-spacing, and A is the A-spacing. If the Topography is not defined, then it is assumed to be equal to 0.
See Also