Click or drag to resize

IReferencingTable Interface

Additional interface that is used if the spectral preprocessor is referencing a table, for instance a calibration table.

Namespace: Altaxo.Science.Spectroscopy
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public interface IReferencingTable

The IReferencingTable type exposes the following members.

Properties
 NameDescription
Public propertyTableName Gets the name of the table.
Top
Methods
 NameDescription
Public methodWithTableName Returns a new instance, in which the table name is set to the provided name.
Top
See Also