Eplan Platform API
Eplan.EplApi.DataModel Namespace / FunctionPropertyList Class / FUNC_TERMINAL_HAS_LED Property / FUNC_TERMINAL_HAS_LED Property

In This Topic
    FUNC_TERMINAL_HAS_LED Property
    In This Topic
    Terminal with LED # 20231.
    Syntax
    public PropertyValue FUNC_TERMINAL_HAS_LED {get; set;}
    public:
    property PropertyValue^ FUNC_TERMINAL_HAS_LED {
       PropertyValue^ get();
       void set (    PropertyValue^ value);
    }

    Property Value

    Returns property value of type System.Boolean.
    Remarks

    Shows that the terminal has an LED. This property is available in terminal reports, where it can be used to output terminal graphics.

    See Also