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.3448.0 (4.8.3448.0)
Syntax
C#
public interface IReferencingTable

The IReferencingTable type exposes the following members.

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