SoVRSegyFileReaderScanningProgressCallback Property |
Sets a progress callback when the SEGY file is scanned.
Namespace: OIV.VolumeViz.ReadersAssembly: OIV.VolumeViz (in OIV.VolumeViz.dll) Version: 9.9.13.0 (9.9.13.0)
Syntaxpublic SoVRSegyFileReaderSoSegyScanningCB ScanningProgressCallback { get; set; }
Public Property ScanningProgressCallback As SoVRSegyFileReaderSoSegyScanningCB
Get
Set
public:
property SoVRSegyFileReaderSoSegyScanningCB^ ScanningProgressCallback {
SoVRSegyFileReaderSoSegyScanningCB^ get ();
void set (SoVRSegyFileReaderSoSegyScanningCB^ value);
}
member ScanningProgressCallback : SoVRSegyFileReaderSoSegyScanningCB with get, set
Property Value
Type:
SoVRSegyFileReaderSoSegyScanningCB
RemarksThe 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