Click or drag to resize
SoVRSegyTraceHeaderBytePositionGetByteLength Method

Gets the field length 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 byte GetByteLength(
	SoVRSegyTraceHeaderBytePositionTraceAttributes attr
)

Parameters

attr
Type: OIV.VolumeViz.ReadersSoVRSegyTraceHeaderBytePositionTraceAttributes

Return Value

Type: Byte
Remarks

Valid values are 1, 2, and 4 (char, short, int/ieee/ibm, respectively).

See Also