Click or drag to resize

ExtractCommonColumnsToTableOptions Properties

The ExtractCommonColumnsToTableOptions type exposes the following members.

Properties
 NameDescription
Public propertyCopyColumnProperties If true, the column properties of the columns of the orignal table are copied to the destination table (only if they are not empty).
Public propertyCreatePropertyColumnWithSourceTableName If true, a property column 'SourceTableName' is created in the destination table, and filled with the name of the originating table.
Public propertyInterpolation If resampling of the data is neccessary, this gets the interpolation function (otherwise, it is set to null).
Public propertyInterpolationInterval Gets the interpolation interval.
Public propertyIntersectXValues 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.
Public propertyPlaceMultipleYColumnsAdjacentInDestinationTable Gets a value indicating whether to place multiple y columns adjacent to each other in the destination table.
Public propertyTablePropertyNames Gets the names of properties of the source table that should be copied to the destination table (as column properties). If the array is empty, no properties are copied.
Public propertyUserDefinedNameForXColumn If this value is not empty, it defines the name of the x-column in the destination table.
Public propertyUserDefinedNamesForYColumns 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.
Public propertyUseResampling Gets a value indicating whether resampling is enabled.
Public propertyUserSpecifiedInterpolationEnd 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.
Public propertyUserSpecifiedInterpolationStart 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.
Top
See Also