Click or drag to resize

OmnicSPGImportOptions Class

Import options for importing Omnic SPG (spectrum group) files.
Inheritance Hierarchy
SystemObject
  Altaxo.Serialization.OmnicOmnicSPGImportOptions

Namespace: Altaxo.Serialization.Omnic
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public class OmnicSPGImportOptions : IImmutable, 
	IEquatable<OmnicSPGImportOptions>

The OmnicSPGImportOptions type exposes the following members.

Constructors
 NameDescription
Public methodOmnicSPGImportOptionsInitializes a new instance of the OmnicSPGImportOptions class
Top
Properties
 NameDescription
Public propertyIncludeFilePathAsProperty Gets a value indicating whether the file path of the imported file is included as a column property.
Public propertyIndicesOfImportedSpectra Gets the indices of imported spectra.
Public propertyNeutralColumnName Gets the base neutral column name.
Public propertyUseNeutralColumnName Gets a value indicating whether the column name of imported y-columns is set to a neutral, constant value.
Top
Methods
 NameDescription
Protected methodFinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Protected methodMemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
Top
See Also