Click or drag to resize

IExportGalacticSpcFileView Interface

Provides the view contract for exporting Galactic SPC files.

Namespace: Altaxo.Gui.Serialization.Galactic
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public interface IExportGalacticSpcFileView

The IExportGalacticSpcFileView type exposes the following members.

Properties
 NameDescription
Public propertyBasicFileName Gets or sets the base file name used for export.
Public propertyCreateSpectrumFromColumn Gets a value indicating whether one spectrum is created from each column.
Public propertyCreateSpectrumFromRow Gets or sets a value indicating whether one spectrum is created from each row.
Public propertyEnableExtFileNameColumnBox Sets a value indicating whether the file-name extension column selector is enabled.
Public propertyEnableXValuesColumnBox Sets a value indicating whether the x-values column selector is enabled.
Public propertyExtendFileName_ByColumn Gets a value indicating whether the file name is extended with values from a column.
Public propertyExtendFileName_ContinuousNumber Gets or sets a value indicating whether the file name is extended with a continuous number.
Public propertyExtFileNameColumnName Gets the name of the selected file-name extension column.
Public propertyXValuesColumnName Gets the name of the selected x-values column.
Public propertyXValuesContinuousNumber Gets or sets a value indicating whether x values are generated as a continuous number.
Public propertyXValuesFromColumn Gets a value indicating whether x values are taken from a column.
Top
Methods
 NameDescription
Public methodFillExtFileNameColumnBox Fills the selector for the file-name extension column.
Public methodFillXValuesColumnBox Fills the selector for the x-values column.
Top
Events
 NameDescription
Public eventBasicFileNameAndPathChoose Occurs when the user wants to choose the basic file name and path.
Public eventChange__XValuesFromOption Occurs when the option for obtaining x values changes.
Public eventChange_CreateSpectrumFrom Occurs when the option for creating spectra from rows or columns changes.
Public eventChange_ExtendFileNameOptions Occurs when the option for extending the file name changes.
Top
See Also