Click or drag to resize

PrincetonInstrumentsSPEImportOptions Class

Import options for importing Princeton Instruments .SPE files.
Inheritance Hierarchy
SystemObject
  Altaxo.Serialization.PrincetonInstrumentsPrincetonInstrumentsSPEImportOptions

Namespace: Altaxo.Serialization.PrincetonInstruments
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3261.0 (4.8.3261.0)
Syntax
C#
public class PrincetonInstrumentsSPEImportOptions : IImmutable, 
	IEquatable<PrincetonInstrumentsSPEImportOptions>

The PrincetonInstrumentsSPEImportOptions type exposes the following members.

Constructors
 NameDescription
Public methodPrincetonInstrumentsSPEImportOptionsInitializes a new instance of the PrincetonInstrumentsSPEImportOptions class
Top
Properties
 NameDescription
Public propertyIncludeFilePathAsProperty If true, the file name of the imported file is included as a column property.
Public propertyIncludeFrameMetaDataAsProperties Gets a value indicating whether the frame metadata are stored in property columns.
Public propertyIndicesOfImportedFrames Gets the indices of imported frames. If the collection is empty, all frames are imported.
Public propertyIndicesOfImportedRegions Gets the indices of imported regions of interest. If the collection is empty, all regions of interest are imported.
Public propertyNeutralColumnName Gets the neutral column name (base). The name is at request extended, e.g. by a number at the end.
Public propertyUseNeutralColumnName If true, the column name of the imported y-columns is set to a neutral, constant value. If false, the column name of the imported y-columns is derived from the file name of the imported file.
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