Column#
Overview#
Contains the business logic for changing the variable type.  | 
|
Count property.  | 
|
DataType property.  | 
|
IsFixedSize property.  | 
|
IsIndependent property.  | 
|
IsReadOnly property.  | 
|
IsSynchronized property.  | 
|
Item property.  | 
|
Name property.  | 
|
QuantityName property.  | 
|
SyncRoot property.  | 
|
Unit property.  | 
|
Values property.  | 
|
VariableClassification property.  | 
|
VariableType property.  | 
Property detail#
- property Column.VariableClassification: Ansys.Mechanical.DataModel.MechanicalEnums.Table.VariableClassification | None#
 VariableClassification property.
- property Column.VariableType: Ansys.Mechanical.DataModel.MechanicalEnums.Table.VariableType | None#
 VariableType property.
Method detail#
- Column.ChangeVariableType(newVariableType: Ansys.Mechanical.DataModel.MechanicalEnums.Table.VariableType, newVariableClassification: Ansys.Mechanical.DataModel.MechanicalEnums.Table.VariableClassification, newUnit: str) bool#
 Contains the business logic for changing the variable type.
- Column.GetEnumerator() Iterator#