SoVRSegyFileReaderGetSegyTraceHeader Method |
Gets the SEGY trace header of the given trace traceNumber .
Namespace: OIV.VolumeViz.Readers
public virtual bool GetSegyTraceHeader( int traceNumber, out SoVRSegyTraceIdHeader traceHeader )
traceNumber can range from zero to the number of traces minus one. If you use this class to read a SEGY file directly, you will have to call the method OIV.LDM.Readers.SoVolumeReader.SetFilename(System.String) first. Returns false if the operation fails, for example, if OIV.LDM.Readers.SoVolumeReader.SetFilename(System.String) was not called first.