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: 10.12.3.0 (10.12.3.0)
Syntax
public void SetSegyTraceHeaderBytePosition(
	SoVRSegyTraceHeaderBytePosition traceHeaderBytePosition
)

Parameters

traceHeaderBytePosition
Type: OIV.VolumeViz.ReadersSoVRSegyTraceHeaderBytePosition
Remarks

Only the field SEGY_CDP is used (Xline position).

See Also