Adapt an Ansys.Common.Interop.AnsMaterial.ILoadVariationVariable instance to an Ansys.Mechanical.Interfaces.IDataSeries.
The individual values may be set, but the length of the series is fixed. Any changes to the number of rows must be made in conjunction with any sibling (See Ansys.ACT.Automation.Mechanical.Table.Column) instances by the parent (See Ansys.Mechanical.Interfaces.IDataTable).
Declaration Syntax
public class Column
Table 346: Members
Event | PropertyChanged |
No details are provided for this entry. |
Method | Add(object) |
No details are provided for this entry. |
Method | ChangeVariableType(VariableType, VariableClassification, string) |
Contains the business logic for changing the variable type. |
Method | Clear() |
No details are provided for this entry. |
Method | Contains(object) |
No details are provided for this entry. |
Method | CopyTo(Array, int) |
No details are provided for this entry. |
Method | GetEnumerator() |
No details are provided for this entry. |
Method | IndexOf(object) |
No details are provided for this entry. |
Method | Insert(int, object) |
No details are provided for this entry. |
Method | Remove(object) |
No details are provided for this entry. |
Method | RemoveAt(int) |
No details are provided for this entry. |
No details are provided for this entry.
Declaration Syntax
public PropertyChangedEventHandler PropertyChanged
No details are provided for this entry.
Declaration Syntax
public virtual int Add(object value)
Parameters
- value(object)
No details are provided for this entry.
Contains the business logic for changing the variable type.
Declaration Syntax
public bool ChangeVariableType(VariableType newVariableType, VariableClassification newVariableClassification, string newUnit)
Parameters
- newVariableType(VariableType)
The new variable type.
- newVariableClassification(VariableClassification)
The new variable classification.
- newUnit(string)
The new unit.
No details are provided for this entry.
Declaration Syntax
public virtual bool Contains(object value)
Parameters
- value(object)
No details are provided for this entry.
No details are provided for this entry.
Declaration Syntax
public virtual void CopyTo(Array array, int destinationStartIndex)
Parameters
- array(Array)
No details are provided for this entry.
- destinationStartIndex(int)
No details are provided for this entry.
No details are provided for this entry.
Declaration Syntax
public virtual int IndexOf(object value)
Parameters
- value(object)
No details are provided for this entry.
No details are provided for this entry.
Declaration Syntax
public virtual void Insert(int index, object value)
Parameters
- index(int)
No details are provided for this entry.
- value(object)
No details are provided for this entry.