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: 10.12.3.0 (10.12.3.0)
Syntax public 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:
ByteRemarks Valid values are 1, 2, and 4 (char, short, int/ieee/ibm, respectively).
See Also