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
    Check run messages available # 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 occurred for a function or a part. These messages can be viewed in the message management or in the "Messages" tab of the parts management. The property can also be used in the block properties. If messages relating to the function exist, the value "X" is output.

    See Also