Click or drag to resize
SoVRSegyFileReaderScanningProgressCallback Property

Sets a progress callback when the SEGY file is scanned.

Namespace: OIV.VolumeViz.Readers
Assembly: OIV.VolumeViz (in OIV.VolumeViz.dll) Version: 9.9.13.0 (9.9.13.0)
Syntax
public SoVRSegyFileReaderSoSegyScanningCB ScanningProgressCallback { get; set; }

Property Value

Type: SoVRSegyFileReaderSoSegyScanningCB
Remarks

The SEGY file is scanned when:

  • 1 - The trace header or the trace data is requested, if the trace length is not constant

  • 2 - The Inline/Crossline/Z ranges are requested (see getInlineRange, getCrosslineRange, getZRange)

  • 3 - The P1, P2 and P3 coordinates are requested (see getP1P2P3Coordinates)

See Also