| 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: 10.12.3.0 (10.12.3.0)
Syntaxpublic void SetSegyTraceHeaderBytePosition(
	SoVRSegyTraceHeaderBytePosition traceHeaderBytePosition
)
Public Sub SetSegyTraceHeaderBytePosition ( 
	traceHeaderBytePosition As SoVRSegyTraceHeaderBytePosition
)
public:
void SetSegyTraceHeaderBytePosition(
	SoVRSegyTraceHeaderBytePosition^ traceHeaderBytePosition
)
member SetSegyTraceHeaderBytePosition : 
        traceHeaderBytePosition : SoVRSegyTraceHeaderBytePosition -> unit 
Parameters
- traceHeaderBytePosition
 - Type: OIV.VolumeViz.ReadersSoVRSegyTraceHeaderBytePosition
 
RemarksOnly the field SEGY_CDP is used (Xline position). 
See Also