.. vale off :class:`Message` ================ .. py:class:: ansys.mechanical.stubs.v241.Ansys.Mechanical.Application.Message Bases: :py:obj:`object` A message. .. !! processed by numpydoc !! .. py:currentmodule:: Message Overview -------- .. tab-set:: .. tab-item:: Properties .. list-table:: :header-rows: 0 :widths: auto * - :py:attr:`~Source` - The source object of the message. * - :py:attr:`~StringID` - The string ID of the message. * - :py:attr:`~DisplayString` - The display string of the message. * - :py:attr:`~Location` - The location of the message. * - :py:attr:`~TimeStamp` - The timestamp of the message. * - :py:attr:`~RelatedObjects` - The list of objects related to the message. * - :py:attr:`~Severity` - The severity of the message. Property detail --------------- .. py:property:: Source :no-index: :type: Optional[Ansys.Mechanical.DataModel.Interfaces.IDataModelObject] The source object of the message. .. !! processed by numpydoc !! .. py:property:: StringID :no-index: :type: Optional[System.String] The string ID of the message. .. !! processed by numpydoc !! .. py:property:: DisplayString :no-index: :type: Optional[System.String] The display string of the message. .. !! processed by numpydoc !! .. py:property:: Location :no-index: :type: Optional[Ansys.ACT.Interfaces.Common.ISelectionInfo] The location of the message. .. !! processed by numpydoc !! .. py:property:: TimeStamp :no-index: :type: Optional[System.DateTime] The timestamp of the message. .. !! processed by numpydoc !! .. py:property:: RelatedObjects :no-index: :type: Optional[System.Collections.Generic.IEnumerable[Ansys.Mechanical.DataModel.Interfaces.IDataModelObject]] The list of objects related to the message. .. !! processed by numpydoc !! .. py:property:: Severity :no-index: :type: Optional[Ansys.Mechanical.DataModel.Enums.MessageSeverityType] The severity of the message. .. !! processed by numpydoc !! .. vale on