Column

This class represents one quantity-based data column in a (See Ansys.ACT.Automation.Mechanical.Table).

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 378: Members

Method

Add(object)  

Method

ChangeVariableType(VariableType, VariableClassification, string)

Contains the business logic for changing the variable type.

Method

Clear()  

Method

Contains(object)  

Method

CopyTo(Array, int)  

Method

GetEnumerator()  

Method

IndexOf(object)  

Method

Insert(int, object)  

Method

Remove(object)  

Method

RemoveAt(int)  

Add(object)

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()

Declaration Syntax

public virtual void Clear()

Contains(object)

Declaration Syntax

public virtual bool Contains(object value)

Parameters
value(object)

No details are provided for this entry.

CopyTo(Array, int)

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()

Declaration Syntax

public virtual IEnumerator GetEnumerator()

IndexOf(object)

Declaration Syntax

public virtual int IndexOf(object value)

Parameters
value(object)

No details are provided for this entry.

Insert(int, object)

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)

Declaration Syntax

public virtual void Remove(object value)

Parameters
value(object)

No details are provided for this entry.

RemoveAt(int)

Declaration Syntax

public virtual void RemoveAt(int index)

Parameters
index(int)

No details are provided for this entry.