.. vale off :class:`Column` =============== .. py:class:: ansys.mechanical.stubs.v242.Ansys.ACT.Automation.Mechanical.Column Bases: :py:obj:`object` Column class. .. !! processed by numpydoc !! .. py:currentmodule:: Column Overview -------- .. tab-set:: .. tab-item:: Methods .. list-table:: :header-rows: 0 :widths: auto * - :py:attr:`~Add` - * - :py:attr:`~Contains` - * - :py:attr:`~Clear` - * - :py:attr:`~IndexOf` - * - :py:attr:`~Insert` - * - :py:attr:`~Remove` - * - :py:attr:`~RemoveAt` - * - :py:attr:`~CopyTo` - * - :py:attr:`~GetEnumerator` - * - :py:attr:`~ChangeVariableType` - Contains the business logic for changing the variable type. .. tab-item:: Properties .. list-table:: :header-rows: 0 :widths: auto * - :py:attr:`~Item` - Item property. * - :py:attr:`~IsReadOnly` - IsReadOnly property. * - :py:attr:`~IsFixedSize` - IsFixedSize property. * - :py:attr:`~SyncRoot` - SyncRoot property. * - :py:attr:`~IsSynchronized` - IsSynchronized property. * - :py:attr:`~Count` - Count property. * - :py:attr:`~DataType` - DataType property. * - :py:attr:`~IsIndependent` - IsIndependent property. * - :py:attr:`~Name` - Name property. * - :py:attr:`~QuantityName` - QuantityName property. * - :py:attr:`~Unit` - Unit property. * - :py:attr:`~Values` - Values property. * - :py:attr:`~VariableClassification` - VariableClassification property. * - :py:attr:`~VariableType` - VariableType property. Property detail --------------- .. py:property:: Item :no-index: :type: Optional[System.Object] Item property. .. !! processed by numpydoc !! .. py:property:: IsReadOnly :no-index: :type: Optional[System.Boolean] IsReadOnly property. .. !! processed by numpydoc !! .. py:property:: IsFixedSize :no-index: :type: Optional[System.Boolean] IsFixedSize property. .. !! processed by numpydoc !! .. py:property:: SyncRoot :no-index: :type: Optional[System.Object] SyncRoot property. .. !! processed by numpydoc !! .. py:property:: IsSynchronized :no-index: :type: Optional[System.Boolean] IsSynchronized property. .. !! processed by numpydoc !! .. py:property:: Count :no-index: :type: Optional[System.Int32] Count property. .. !! processed by numpydoc !! .. py:property:: DataType :no-index: :type: Optional[System.Type] DataType property. .. !! processed by numpydoc !! .. py:property:: IsIndependent :no-index: :type: Optional[System.Boolean] IsIndependent property. .. !! processed by numpydoc !! .. py:property:: Name :no-index: :type: Optional[System.String] Name property. .. !! processed by numpydoc !! .. py:property:: QuantityName :no-index: :type: Optional[System.String] QuantityName property. .. !! processed by numpydoc !! .. py:property:: Unit :no-index: :type: Optional[System.String] Unit property. .. !! processed by numpydoc !! .. py:property:: Values :no-index: :type: Optional[System.Collections.ICollection] Values property. .. !! processed by numpydoc !! .. py:property:: VariableClassification :no-index: :type: Optional[Ansys.Mechanical.DataModel.MechanicalEnums.Table.VariableClassification] VariableClassification property. .. !! processed by numpydoc !! .. py:property:: VariableType :no-index: :type: Optional[Ansys.Mechanical.DataModel.MechanicalEnums.Table.VariableType] VariableType property. .. !! processed by numpydoc !! Method detail ------------- .. py:method:: Add(value: System.Object) -> System.Int32 :no-index: .. py:method:: Contains(value: System.Object) -> System.Boolean :no-index: .. py:method:: Clear() -> System.Void :no-index: .. py:method:: IndexOf(value: System.Object) -> System.Int32 :no-index: .. py:method:: Insert(index: System.Int32, value: System.Object) -> System.Void :no-index: .. py:method:: Remove(value: System.Object) -> System.Void :no-index: .. py:method:: RemoveAt(index: System.Int32) -> System.Void :no-index: .. py:method:: CopyTo(array: System.Array, destinationStartIndex: System.Int32) -> System.Void :no-index: .. py:method:: GetEnumerator() -> System.Collections.IEnumerator :no-index: .. py:method:: ChangeVariableType(newVariableType: Ansys.Mechanical.DataModel.MechanicalEnums.Table.VariableType, newVariableClassification: Ansys.Mechanical.DataModel.MechanicalEnums.Table.VariableClassification, newUnit: System.String) -> System.Boolean :no-index: Contains the business logic for changing the variable type. .. !! processed by numpydoc !! .. vale on