Click or drag to resize

JcampReaderBlocks Property

The list of parsed JCAMP blocks read from the input stream. Each block contains metadata and the associated X/Y data for a single-spectrum JCAMP block.

Namespace: Altaxo.Serialization.Jcamp
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntax
C#
public List<JcampReaderBlock> Blocks { get; }

Property Value

ListJcampReaderBlock
See Also