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: 10.12.3.0 (10.12.3.0)
Syntax public 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
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