Click or drag to resize

OriginImportOptions Class

Import options for importing Origin .opj project files.
Inheritance Hierarchy
SystemObject
  Altaxo.Serialization.OriginOriginImportOptions

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

The OriginImportOptions type exposes the following members.

Constructors
 NameDescription
Public methodOriginImportOptionsInitializes a new instance of the OriginImportOptions class
Top
Properties
 NameDescription
Public propertyIncludeFilePathAsProperty If true, the file name of the imported file is included as a column property.
Public propertyNeutralColumnName Gets the neutral column name (base). The name is at request extended, e.g. by a number at the end.
Public propertyPathsOfImportedData Gets the full paths to the imported data parts in the Origin file (could be spreadsheet, spreadsheet in an excel, or matrix) If the collection is empty, all data parts are imported.
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