Nexus |
public class NexusImportOptions : IImmutable, IEquatable<NexusImportOptions>
The NexusImportOptions type exposes the following members.
Name | Description | |
---|---|---|
NexusImportOptions | Initializes a new instance of the NexusImportOptions class |
Name | Description | |
---|---|---|
IncludeFilePathAsProperty | If true, the file name of the imported file is included as a column property. | |
IncludeLongNameAndUnitAsProperty | If true, the title is included as a column property. | |
IncludeMetaDataAsProperties | Gets a value indicating whether the metadata are stored in property columns. | |
IncludeNXentryIndexAsProperty | If true, the index of the NXentry is included as a column property. | |
IncludeNXentryNameAsProperty | If true, the name of the NXentry is included as a column property. | |
IncludeTitleAsProperty | If true, the title is included as a column property. | |
IndicesOfImportedEntries | Gets the indices of imported frames. If the collection is empty, all frames are imported. | |
NeutralColumnName | Gets the neutral column name (base). The name is at request extended, e.g. by a number at the end. | |
UseNeutralColumnName | 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. |
Name | Description | |
---|---|---|
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object) | |
GetType | Gets the Type of the current instance. (Inherited from Object) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) |