Eplan Platform API
Eplan.EplApi.DataModel.E3D Namespace / Placement3DPropertyList Class / MESSAGEMGMT_MESSAGES Property / MESSAGEMGMT_MESSAGES Property

In This Topic
    MESSAGEMGMT_MESSAGES Property
    In This Topic
    Messages in message management # 20930.
    Syntax
    public PropertyValue MESSAGEMGMT_MESSAGES {get; set;}
    public:
    property PropertyValue^ MESSAGEMGMT_MESSAGES {
       PropertyValue^ get();
       void set (    PropertyValue^ value);
    }

    Property Value

    Returns property value of type System.Boolean.
    Remarks

    This property is read-only..

    Shows (after a check run) whether messages were generated for a function. These messages can be seen in message management. The property can also be used in the block properties. If messages are available relating to the function; the value "X" is output.

    See Also