| SoVRSegyTraceHeaderBytePositionGetByteLength Method  | 
Gets the field length of a specific attribute within the trace header. 
 
Namespace: OIV.VolumeViz.ReadersAssembly: OIV.VolumeViz (in OIV.VolumeViz.dll) Version: 2025.2.0.0 (10.18.0.0)
Syntaxpublic byte GetByteLength(
	SoVRSegyTraceHeaderBytePositionTraceAttributes attr
)
Public Function GetByteLength ( 
	attr As SoVRSegyTraceHeaderBytePositionTraceAttributes
) As Byte
public:
unsigned char GetByteLength(
	SoVRSegyTraceHeaderBytePositionTraceAttributes attr
)
member GetByteLength : 
        attr : SoVRSegyTraceHeaderBytePositionTraceAttributes -> byte 
Parameters
- attr
 - Type: OIV.VolumeViz.ReadersSoVRSegyTraceHeaderBytePositionTraceAttributes
 
Return Value
Type: 
Byte
RemarksValid values are 1, 2, and 4 (char, short, int/ieee/ibm, respectively). 
See Also