Click or drag to resize

Block Properties

The JcampReaderBlock type exposes the following members.

Properties
 NameDescription
Public propertyCreationTime Creation date/time of the JCAMP file. Be aware that due to different date/time formats, the creation time may be incorrect. If the creation time could not be parsed, the value is MinValue.
Public propertyErrorMessages Messages about any errors during the import of the JCAMP file.
Public propertyOwnerOwner of the dataset when present in the header.
Public propertySystemNameSystem name as reported in the header.
Public propertyTitleThe title of the file.
Public propertyXFirst Gets the first X value read from the block header, or NaN if not specified.
Public propertyXIncrement Gets the X increment value read from the block header, or NaN if not specified.
Public propertyXLabelThe label of the x-axis.
Public propertyXScale Gets the X scaling factor read from the header, or NaN if not specified.
Public propertyXUnitThe unit of the x-axis.
Public propertyXValues Gets the computed X values for the block data.
Public propertyYLabelThe label of the y-axis.
Public propertyYScale Gets the Y scaling factor read from the header, or NaN if not specified.
Public propertyYUnitThe unit of the y-axis.
Public propertyYValues Gets the parsed Y values for the block data.
Top
See Also