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

In This Topic
    FUNC_TERMINAL_HAS_LED(Int32) Property
    In This Topic
    Terminal with LED # 20231. This property isn't indexed.
    Syntax
    public PropertyValue FUNC_TERMINAL_HAS_LED( 
       int index
    ) {get; set;}
    public:
    property PropertyValue^ FUNC_TERMINAL_HAS_LED {
       PropertyValue^ get(int index);
       void set (int index, PropertyValue^ value);
    }

    Parameters

    index

    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