Click or drag to resize
SoVRSegyFileReaderGetNumTraces Method

Returns the number of traces.

Namespace: OIV.VolumeViz.Readers
Assembly: OIV.VolumeViz (in OIV.VolumeViz.dll) Version: 2024.1.1.0 (2024.1.1)
Syntax
public virtual int GetNumTraces()

Return Value

Type: Int32
Remarks

If the file is not regular (see OIV.VolumeViz.Readers.SoVRSegyFileReader.IsSegyRegular()), an approximate number (considering it as regular) is returned (to avoid scanning the whole file).

See Also