Click or drag to resize

CSEGYREADERGetZOffsetConfiguration Method (String, Int32)

Specifies where the z-offset (time delay) comes from: can be a field in the binary file header, a field in the trace header, or a value specified by the user.

Namespace:  GeoEngine.Core.GXNetX
Assembly:  geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2024.2.0.25
Syntax
public void GetZOffsetConfiguration(
	ref string which_header,
	ref int location
)

public void GetZOffsetConfiguration(
	ref string which_header,
	ref int location
)

Parameters

which_header
Type: SystemString
Out-parameter indicating which header contains the z offset: "file_header" "trace_header", or "none"
location
Type: SystemInt32
Out-parameter containing the byte offset of the field within the header (if applicable)
See Also