Click or drag to resize
CSEGYREADERGetTraceLengthConfiguration Method (String, Int32, Int32)
Specifies where the trace length 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 GetTraceLengthConfiguration(
	ref string which_header,
	int which_header_buffer_length,
	ref int location
)

Parameters

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