Column#

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

Bases: object

Overview#

GetCurrentVariableUnit

GetCurrentVariableUnit method.

Add

ChangeVariableType

Contains the business logic for changing the variable type.

Clear

Contains

CopyTo

Equals

GetEnumerator

GetHashCode

GetType

GetType method.

IndexOf

Insert

Remove

RemoveAt

ToString

ToString method.

add_PropertyChanged

add_PropertyChanged method.

remove_PropertyChanged

remove_PropertyChanged method.

Count

Count property.

DataType

DataType property.

InternalVariableType

InternalVariableType property.

IsFixedSize

IsFixedSize property.

IsIndependent

IsIndependent property.

IsReadOnly

IsReadOnly property.

IsSynchronized

IsSynchronized property.

Item

Item property.

Name

Name property.

QuantityName

QuantityName property.

SyncRoot

SyncRoot property.

Unit

Unit property.

Values

Values property.

VariableClassification

VariableClassification property.

VariableType

VariableType property.

Property detail#

property Column.Count: int | None#

Count property.

property Column.DataType: type | None#

DataType property.

property Column.InternalVariableType: Ansys.Mechanical.DataModel.MechanicalEnums.Table.InternalVariableType | None#

InternalVariableType property.

property Column.IsFixedSize: bool | None#

IsFixedSize property.

property Column.IsIndependent: bool | None#

IsIndependent property.

property Column.IsReadOnly: bool | None#

IsReadOnly property.

property Column.IsSynchronized: bool | None#

IsSynchronized property.

property Column.Item: Any | None#

Item property.

property Column.Name: str | None#

Name property.

property Column.QuantityName: str | None#

QuantityName property.

property Column.SyncRoot: Any | None#

SyncRoot property.

property Column.Unit: str | None#

Unit property.

property Column.Values: Collection | 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: Any) int#
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.Clear() None#
Column.Contains(value: Any) bool#
Column.CopyTo(array: List, destinationStartIndex: int) None#
Column.Equals(left: Ansys.ACT.Automation.Mechanical.Table.Column, right: Ansys.ACT.Automation.Mechanical.Table.Column) bool#
classmethod Column.GetCurrentVariableUnit(quantityName: str) str#

GetCurrentVariableUnit method.

Column.GetEnumerator() Iterator#
Column.GetHashCode(column: Ansys.ACT.Automation.Mechanical.Table.Column) int#
Column.GetType() type#

GetType method.

Column.IndexOf(value: Any) int#
Column.Insert(index: int, value: Any) None#
Column.Remove(value: Any) None#
Column.RemoveAt(index: int) None#
Column.ToString() str#

ToString method.

Column.add_PropertyChanged(value: System.ComponentModel.PropertyChangedEventHandler) None#

add_PropertyChanged method.

Column.remove_PropertyChanged(value: System.ComponentModel.PropertyChangedEventHandler) None#

remove_PropertyChanged method.