Click or drag to resize
SoVRSegyFileReaderSetSegyTraceHeaderBytePosition Method

Tells the file reader where the fields are actually located (i.e., the byte positions) within the trace header.

Namespace: OIV.VolumeViz.Readers
Assembly: OIV.VolumeViz (in OIV.VolumeViz.dll) Version: 2024.1.1.0 (2024.1.1)
Syntax
public virtual void SetSegyTraceHeaderBytePosition(
	SoVRSegyTraceHeaderBytePosition traceHeaderBytePosition
)

Parameters

traceHeaderBytePosition
Type: OIV.VolumeViz.ReadersSoVRSegyTraceHeaderBytePosition
Remarks

Only the field SEGY_CDP is used (Xline position).

See Also