Click or drag to resize
SoVRSegyTraceHeaderBytePositionSetBytePosition Method

Sets/Gets the byte position of a specific attribute 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 void SetBytePosition(
	SoVRSegyTraceHeaderBytePositionTraceAttributes attr,
	byte position
)

Parameters

attr
Type: OIV.VolumeViz.ReadersSoVRSegyTraceHeaderBytePositionTraceAttributes
position
Type: SystemByte
Remarks

For instance calling setBytePosition(TraceAttribute.SEGY_SX, 71) means that the attribute source coordinate X should be retreived at from the byte position 71 (instead of 73 by default).

See Also