SoVRSegyFileReaderIsSegyRegular Method |
Sets the trace header of a specific trace used to read the SEGY file [OPTIONAL].
Namespace: OIV.VolumeViz.ReadersAssembly: OIV.VolumeViz (in OIV.VolumeViz.dll) Version: 2024.2.0.0 (2024.2.0)
Syntax public virtual bool IsSegyRegular()
Public Overridable Function IsSegyRegular As Boolean
public:
virtual bool IsSegyRegular()
abstract IsSegyRegular : unit -> bool
override IsSegyRegular : unit -> bool
Return Value
Type:
BooleanRemarks Indicates if SEGY file is regular. A file with the same number of traces in each inline and with the same number of samples for each trace is considered as regular.
See Also