A simple class to hold the import definitions for how a column from a data source in columnar format should be processed.
Declaration Syntax
public class ColumnarDataImportDefinition
Table 36: Members
Constructor | ColumnarDataImportDefinition(int, VariableType, string, string, string) |
Construct a (See Ansys.Mechanical.ExternalData.ColumnarDataImportDefinition) instance. |
Property | Index |
Gets or sets the specified data source column index from which this variable will be imported. |
Property | Name |
Gets or sets an identifier for the data source column. |
Property | Unit |
Gets or sets the unit of the column. |
Property | UserFieldVariable |
Gets or sets the user field variable type as a string for the column. This property is only used when VariableType is UserField. |
Property | VariableType |
Gets or sets the variable type of the column. |