SoVRSegyFileReaderSetSegyTraceHeaderBytePosition Method |
Tells the file reader where the fields are actually located (i.e., the byte positions) within the trace header.
Namespace: OIV.VolumeViz.ReadersAssembly: OIV.VolumeViz (in OIV.VolumeViz.dll) Version: 2024.2.0.0 (2024.2.0)
Syntax public virtual void SetSegyTraceHeaderBytePosition(
SoVRSegyTraceHeaderBytePosition traceHeaderBytePosition
)
Public Overridable Sub SetSegyTraceHeaderBytePosition (
traceHeaderBytePosition As SoVRSegyTraceHeaderBytePosition
)
public:
virtual void SetSegyTraceHeaderBytePosition(
SoVRSegyTraceHeaderBytePosition^ traceHeaderBytePosition
)
abstract SetSegyTraceHeaderBytePosition :
traceHeaderBytePosition : SoVRSegyTraceHeaderBytePosition -> unit
override SetSegyTraceHeaderBytePosition :
traceHeaderBytePosition : SoVRSegyTraceHeaderBytePosition -> unit
Parameters
- traceHeaderBytePosition
- Type: OIV.VolumeViz.ReadersSoVRSegyTraceHeaderBytePosition
Remarks Only the field SEGY_CDP is used (Xline position).
See Also