Click or drag to resize
SoVRSegyTraceHeaderBytePositionGetFieldValue Method

Gets the value of a specific field.

Namespace: OIV.VolumeViz.Readers
Assembly: OIV.VolumeViz (in OIV.VolumeViz.dll) Version: 2024.1.1.0 (2024.1.1)
Syntax
public int GetFieldValue(
	SoVRSegyTraceHeaderBytePositionTraceAttributes attr,
	SoVRSegyTraceIdHeader trHdr
)

Parameters

attr
Type: OIV.VolumeViz.ReadersSoVRSegyTraceHeaderBytePositionTraceAttributes
trHdr
Type: OIV.VolumeViz.ReadersSoVRSegyTraceIdHeader

Return Value

Type: Int32
Remarks

The way the value is retrieved depends on its position and format. These parameters might be specified by OIV.VolumeViz.Readers.SoVRSegyTraceHeaderBytePosition.SetBytePosition(OIV.VolumeViz.Readers.SoVRSegyTraceHeaderBytePosition.TraceAttributes, System.Byte) and OIV.VolumeViz.Readers.SoVRSegyTraceHeaderBytePosition.SetByteFormat(OIV.VolumeViz.Readers.SoVRSegyTraceHeaderBytePosition.TraceAttributes, OIV.VolumeViz.Readers.SoVRSegyTraceHeaderBytePosition.TraceByteFormats) respectively.

See Also