API Help
Eplan.EplApi.DataModel Namespace / FunctionPropertyList Class / FUNCTION_MESSAGETEXT Property / FUNCTION_MESSAGETEXT(Int32) Property

In This Topic
    FUNCTION_MESSAGETEXT(Int32) Property
    In This Topic
    Message text # 20185. This property isn't indexed, and is read-only.
    Syntax
    public PropertyValue FUNCTION_MESSAGETEXT( 
       int index
    ) {get; set;}
    public:
    property PropertyValue^ FUNCTION_MESSAGETEXT {
       PropertyValue^ get(int index);
       void set (int index, PropertyValue^ value);
    }

    Parameters

    index

    Property Value

    Returns property value of type System.String.
    Remarks

    This property is read-only..

    After the check run, shows all messages output for this function. Multiple messages are separated by a line break.

    See Also