API Help
Eplan.EplApi.DataModel.Planning Namespace / PlanningSegmentPropertyList Class / MESSAGEMGMT_MESSAGES Property / MESSAGEMGMT_MESSAGES(Int32) Property

In This Topic
    MESSAGEMGMT_MESSAGES(Int32) Property
    In This Topic
    Messages in message management # 20930. This property isn't indexed, and is read-only.
    Syntax
    public PropertyValue MESSAGEMGMT_MESSAGES( 
       int index
    ) {get; set;}
    public:
    property PropertyValue^ MESSAGEMGMT_MESSAGES {
       PropertyValue^ get(int index);
       void set (int index, PropertyValue^ value);
    }

    Parameters

    index

    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