Column#

class ansys.mechanical.stubs.v242.Ansys.ACT.Automation.Mechanical.Column#

Bases: object

Column class.

Overview#

Add

Contains

Clear

IndexOf

Insert

Remove

RemoveAt

CopyTo

GetEnumerator

ChangeVariableType

Contains the business logic for changing the variable type.

Item

Item property.

IsReadOnly

IsReadOnly property.

IsFixedSize

IsFixedSize property.

SyncRoot

SyncRoot property.

IsSynchronized

IsSynchronized property.

Count

Count property.

DataType

DataType property.

IsIndependent

IsIndependent property.

Name

Name property.

QuantityName

QuantityName property.

Unit

Unit property.

Values

Values property.

VariableClassification

VariableClassification property.

VariableType

VariableType property.

Property detail#

property Column.Item: System.Object | None

Item property.

property Column.IsReadOnly: System.Boolean | None

IsReadOnly property.

property Column.IsFixedSize: System.Boolean | None

IsFixedSize property.

property Column.SyncRoot: System.Object | None

SyncRoot property.

property Column.IsSynchronized: System.Boolean | None

IsSynchronized property.

property Column.Count: System.Int32 | None

Count property.

property Column.DataType: System.Type | None

DataType property.

property Column.IsIndependent: System.Boolean | None

IsIndependent property.

property Column.Name: System.String | None

Name property.

property Column.QuantityName: System.String | None

QuantityName property.

property Column.Unit: System.String | None

Unit property.

property Column.Values: System.Collections.ICollection | None

Values property.

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.Add(value: System.Object) System.Int32
Column.Contains(value: System.Object) System.Boolean
Column.Clear() System.Void
Column.IndexOf(value: System.Object) System.Int32
Column.Insert(index: System.Int32, value: System.Object) System.Void
Column.Remove(value: System.Object) System.Void
Column.RemoveAt(index: System.Int32) System.Void
Column.CopyTo(array: System.Array, destinationStartIndex: System.Int32) System.Void
Column.GetEnumerator() System.Collections.IEnumerator
Column.ChangeVariableType(newVariableType: Ansys.Mechanical.DataModel.MechanicalEnums.Table.VariableType, newVariableClassification: Ansys.Mechanical.DataModel.MechanicalEnums.Table.VariableClassification, newUnit: System.String) System.Boolean

Contains the business logic for changing the variable type.