Click or drag to resize

Q800ImportOptions Class

Import options for importing TA Instruments Q800 series files.
Inheritance Hierarchy
SystemObject
  Altaxo.Serialization.TA_InstrumentsQ800ImportOptions

Namespace: Altaxo.Serialization.TA_Instruments
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntax
C#
public class Q800ImportOptions : IImmutable, 
	IEquatable<Q800ImportOptions>

The Q800ImportOptions type exposes the following members.

Constructors
 NameDescription
Public methodQ800ImportOptionsInitializes a new instance of the Q800ImportOptions class
Top
Properties
 NameDescription
Public propertyConvertUnitsToSIUnits If true, the data are tried to convert to SI units.
Public propertyHeaderLinesDestination 
Public propertyIncludeFilePathAsProperty If true, the file name of the imported file is included as a column property.
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