SoVRSegyTraceHeaderBytePosition.SetBytePosition 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)
Syntaxpublic void SetBytePosition(
SoVRSegyTraceHeaderBytePosition. TraceAttributes attr,
byte position
)
Public Sub SetBytePosition (
attr As SoVRSegyTraceHeaderBytePosition.TraceAttributes,
position As Byte
)
public:
void SetBytePosition(
SoVRSegyTraceHeaderBytePosition. TraceAttributes attr,
unsigned char position
)
member SetBytePosition :
attr : SoVRSegyTraceHeaderBytePosition. TraceAttributes *
position : byte -> unit
Parameters
- attr
- Type: OIV.VolumeViz.Readers.SoVRSegyTraceHeaderBytePosition.TraceAttributes
- position
- Type: System.Byte
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