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

In This Topic
    FUNC_TERMINAL_SWITCH_LOCK Property
    In This Topic
    Switching lock # 20293.
    Syntax
    public PropertyValue FUNC_TERMINAL_SWITCH_LOCK {get; set;}
    public:
    property PropertyValue^ FUNC_TERMINAL_SWITCH_LOCK {
       PropertyValue^ get();
       void set (    PropertyValue^ value);
    }

    Property Value

    Returns property value of type System.Boolean.
    Remarks

    Indicates whether the terminal is locked and cannot be switched. You can show the state of an isolating terminal in this way, for example.

    See Also