SpectrumAsArray

Declaration: TSpCollItem.SpectrumAsArray: TDoubleArray;
The property SpectrumAsArray allows to access the spectral array of the collection item as a whole. For accessing individual values of the spectrum use the array property Spectrum. Please note that you cannot set the length of the array by using SetLength - use SpecLength instead.