Construct a (See Ansys.Mechanical.ExternalData.ColumnarDataImportDefinition) instance.
Declaration Syntax
public ColumnarDataImportDefinition(int index, VariableType variableType, string unit, string name, string userFieldVariable)
Parameters
- index(int)
The specified data source column index to be imported (optional).
- variableType(VariableType)
The specified variable type of the data source column (optional).
- unit(string)
The specified unit for the data source column (optional).
- name(string)
The specified name for the data source column (optional).
- userFieldVariable(string)
The specified user field variable type as a string for the data source column (optional).