Message#

class ansys.mechanical.stubs.v241.Ansys.Mechanical.Application.Message#

Bases: object

A message.

Overview#

Source

The source object of the message.

StringID

The string ID of the message.

DisplayString

The display string of the message.

Location

The location of the message.

TimeStamp

The timestamp of the message.

RelatedObjects

The list of objects related to the message.

Severity

The severity of the message.

Property detail#

property Message.Source: Ansys.Mechanical.DataModel.Interfaces.IDataModelObject | None

The source object of the message.

property Message.StringID: System.String | None

The string ID of the message.

property Message.DisplayString: System.String | None

The display string of the message.

property Message.Location: Ansys.ACT.Interfaces.Common.ISelectionInfo | None

The location of the message.

property Message.TimeStamp: System.DateTime | None

The timestamp of the message.

property Message.RelatedObjects: System.Collections.Generic.IEnumerable[Ansys.Mechanical.DataModel.Interfaces.IDataModelObject] | None

The list of objects related to the message.

property Message.Severity: Ansys.Mechanical.DataModel.Enums.MessageSeverityType | None

The severity of the message.