Extract |
[Missing <summary> documentation for "T:Altaxo.Data.ExtractCommonColumnsToTableOptions"]
public class ExtractCommonColumnsToTableOptions : IEquatable<ExtractCommonColumnsToTableOptions>
The ExtractCommonColumnsToTableOptions type exposes the following members.
Name | Description | |
---|---|---|
ExtractCommonColumnsToTableOptions | Initializes a new instance of the ExtractCommonColumnsToTableOptions class |
Name | Description | |
---|---|---|
CopyColumnProperties | If true, the column properties of the columns of the orignal table are copied to the destination table (only if they are not empty). | |
CreatePropertyColumnWithSourceTableName | If true, a property column 'SourceTableName' is created in the destination table, and filled with the name of the originating table. | |
Interpolation | If resampling of the data is neccessary, this gets the interpolation function (otherwise, it is set to null). | |
InterpolationInterval | Gets the interpolation interval. | |
IntersectXValues | If true, the x-values of the x-columns of all tables are intersected. If false, the union of the x-values of the x-columns of all tables is used. | |
PlaceMultipleYColumnsAdjacentInDestinationTable | Gets a value indicating whether to place multiple y columns adjacent to each other in the destination table. | |
UserDefinedNameForXColumn | If this value is not empty, it defines the name of the x-column in the destination table. | |
UserDefinedNamesForYColumns | Gets the user defined names for y columns. If there are less user defined names than number of y-columns, the original column name is used for naming. | |
UseResampling | ||
UserSpecifiedInterpolationEnd | Gets the interpolation end specified by the user. If the value is null, the range end of the ranges of x-values common to all x-columns is used. | |
UserSpecifiedInterpolationStart | Gets the interpolation start specified by the user. If the value is null, the range start of the ranges of x-values common to all x-columns is used. |
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) |