| SoVRSegyTraceHeaderBytePositionSetBytePosition Method  | 
Sets/Gets the byte position of a specific attribute within the trace header. 
 
Namespace: OIV.VolumeViz.ReadersAssembly: OIV.VolumeViz (in OIV.VolumeViz.dll) Version: 2023.1.3.0 (2023.1.3)
Syntaxpublic void SetBytePosition(
	SoVRSegyTraceHeaderBytePositionTraceAttributes attr,
	byte position
)
Public Sub SetBytePosition ( 
	attr As SoVRSegyTraceHeaderBytePositionTraceAttributes,
	position As Byte
)
public:
void SetBytePosition(
	SoVRSegyTraceHeaderBytePositionTraceAttributes attr, 
	unsigned char position
)
member SetBytePosition : 
        attr : SoVRSegyTraceHeaderBytePositionTraceAttributes * 
        position : byte -> unit 
Parameters
- attr
 - Type: OIV.VolumeViz.ReadersSoVRSegyTraceHeaderBytePositionTraceAttributes
 - position
 - Type: SystemByte
 
RemarksFor 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