API Help
Eplan.EplApi.DataModel.E3D Namespace / Placement3DPropertyList Class / FUNC_TERMINAL_SWITCH_LOCK Property / FUNC_TERMINAL_SWITCH_LOCK(Int32) Property

In This Topic
    FUNC_TERMINAL_SWITCH_LOCK(Int32) Property
    In This Topic
    Switching lock # 20293. This property isn't indexed.
    Syntax
    public PropertyValue FUNC_TERMINAL_SWITCH_LOCK( 
       int index
    ) {get; set;}
    public:
    property PropertyValue^ FUNC_TERMINAL_SWITCH_LOCK {
       PropertyValue^ get(int index);
       void set (int index, PropertyValue^ value);
    }

    Parameters

    index

    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