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.

Available since Oasis montaj version: 9.6
License: Available to anyone with an Oasis Montaj license.  

Namespace: GeoEngine.Core.GXNetX
Assembly: geoengine.core.gxnetx (in geoengine.core.gxnetx.dll)
Syntax
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