VariableClassification#

class ansys.mechanical.stubs.v261.Ansys.Mechanical.DataModel.MechanicalEnums.Table.VariableClassification#

Bases: object

This enum represents the classification of variables that can be represented by Table variables/columns.

A full variable definition requires both a and an .

The explicit enum values need to be kept in-sync with the Typescript enumeration of the same name in the frontend Angular project.

Overview#

CompareTo

CompareTo method.

Equals

Equals method.

GetHashCode

GetHashCode method.

GetType

GetType method.

GetTypeCode

GetTypeCode method.

HasFlag

HasFlag method.

ToString

ToString method.

Method detail#

VariableClassification.CompareTo(target: Any) int#

CompareTo method.

VariableClassification.Equals(obj: Any) bool#

Equals method.

VariableClassification.GetHashCode() int#

GetHashCode method.

VariableClassification.GetType() type#

GetType method.

VariableClassification.GetTypeCode() typeCode#

GetTypeCode method.

VariableClassification.HasFlag(flag: System.Enum) bool#

HasFlag method.

VariableClassification.ToString() str#

ToString method.