Click or drag to resize

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
Syntax
public void GetZOffset(
	ref double z_offset
)

public void GetZOffset(
	ref double z_offset
)

Parameters

z_offset
Type: SystemDouble
The z offset/time delay
See Also