Column

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.


PropertyChanged

No details are provided for this entry.

Declaration Syntax

public PropertyChangedEventHandler PropertyChanged

Add(object)

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.

ChangeVariableType(VariableType, VariableClassification, string)

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.

Clear()

No details are provided for this entry.

Declaration Syntax

public virtual void Clear()

Contains(object)

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.

CopyTo(Array, int)

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.

GetEnumerator()

No details are provided for this entry.

Declaration Syntax

public virtual IEnumerator GetEnumerator()

IndexOf(object)

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.

Insert(int, object)

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.

Remove(object)

No details are provided for this entry.

Declaration Syntax

public virtual void Remove(object value)

Parameters
value(object)

No details are provided for this entry.

RemoveAt(int)

No details are provided for this entry.

Declaration Syntax

public virtual void RemoveAt(int index)

Parameters
index(int)

No details are provided for this entry.