 | CSEGYREADERGetZOffset Method |
Returns the z-offset (time delay) of the trace data. Positive values correspond to a deeper top-of-trace; negative values to a higher top-of-trace.
Namespace:
GeoEngine.Core.GXNetX
Assembly:
geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2024.2.0.25
Syntaxpublic void GetZOffset(
ref double z_offset
)
public void GetZOffset(
ref double z_offset
)
Public Sub GetZOffset (
ByRef z_offset As Double
)
Public Sub GetZOffset (
ByRef z_offset As Double
)
public:
void GetZOffset(
double% z_offset
)
public:
void GetZOffset(
double% z_offset
)
member GetZOffset :
z_offset : float byref -> unit
member GetZOffset :
z_offset : float byref -> unit
Parameters
- z_offset
- Type: SystemDouble
The z offset/time delay
See Also