Click or drag to resize
CIPRecalculateZ Method
Recalculate Z channel values.

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

Namespace: Geosoft.Desktop.GXNet
Assembly: geosoft.desktop.gxnet (in geosoft.desktop.gxnet.dll)
Notes
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.
Syntax
public void RecalculateZ(
	CDB oDB1
)

Parameters

oDB1
Type: GeoEngine.Core.GXNetCDB
Database
See Also