Click or drag to resize
SoVRSegyFileReaderSetSegyByteOrder Method

Sets the byte ordering to use when reading the SEGY file.

Namespace: OIV.VolumeViz.Readers
Assembly: OIV.VolumeViz (in OIV.VolumeViz.dll) Version: 2024.1.1.0 (2024.1.1)
Syntax
public virtual void SetSegyByteOrder(
	SoVRSegyFileReaderSegyByteOrders byteOrder
)

Parameters

byteOrder
Type: OIV.VolumeViz.ReadersSoVRSegyFileReaderSegyByteOrders
Remarks

The default value is SEGY_LITTLE_ENDIAN. In most cases, even when the SEGY file is big endian, the SEGY file reader is able to detect this and read the file accordingly. This method is for the very rare case when the automatic byte order detection fails.

See Also