 | CIPRecalculateZ Method |
Recalculate Z channel values.
Namespace:
Geosoft.Desktop.GXNetX
Assembly:
geosoft.desktop.gxnetx (in geosoft.desktop.gxnetx.dll) Version: 2024.2.0.25
Syntaxpublic void RecalculateZ(
CDB db
)
public void RecalculateZ(
CDB db
)
Public Sub RecalculateZ (
db As CDB
)
Public Sub RecalculateZ (
db As CDB
)
public:
void RecalculateZ(
CDB^ db
)
public:
void RecalculateZ(
CDB^ db
)
member RecalculateZ :
db : CDB -> unit
member RecalculateZ :
db : CDB -> unit
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