.. vale off :class:`ImportedObject` ======================= .. py:class:: ansys.mechanical.stubs.Ansys.ACT.Automation.Mechanical.ImportedObject Bases: :py:obj:`object` Defines a row object in Imported Objects. .. !! processed by numpydoc !! .. py:currentmodule:: ImportedObject Overview -------- .. tab-set:: .. tab-item:: Methods .. list-table:: :header-rows: 0 :widths: auto * - :py:attr:`~GetPropertyNames` - This method gives the complete list of property names that are supported. * - :py:attr:`~GetPropertyValue` - Get the data for a given property name * - :py:attr:`~GetPropertyValueAsString` - Data in string format that is present on the columns * - :py:attr:`~SetPropertyValue` - Set the data for a given property name .. tab-item:: Properties .. list-table:: :header-rows: 0 :widths: auto * - :py:attr:`~Active` - This property sets the object to active or inactive status * - :py:attr:`~InternalObject` - Gets the internal object. For advanced usage only. Property detail --------------- .. py:property:: Active :type: Optional[bool] This property sets the object to active or inactive status .. !! processed by numpydoc !! .. py:property:: InternalObject :type: Optional[Ansys.Common.Interop.DSObjectsAuto.IDSWorksheetRowDataAuto] Gets the internal object. For advanced usage only. .. !! processed by numpydoc !! Method detail ------------- .. py:method:: GetPropertyNames() -> Iterable[str] This method gives the complete list of property names that are supported. .. !! processed by numpydoc !! .. py:method:: GetPropertyValue(name: str) -> Any Get the data for a given property name .. !! processed by numpydoc !! .. py:method:: GetPropertyValueAsString(name: str) -> str Data in string format that is present on the columns .. !! processed by numpydoc !! .. py:method:: SetPropertyValue(name: str, value: Any) -> None Set the data for a given property name .. !! processed by numpydoc !! .. vale on