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

In This Topic
    FUNC_TERMINAL_IS_OPEN(Int32) Property
    In This Topic
    Terminal opened # 20232. This property isn't indexed.
    Syntax
    public PropertyValue FUNC_TERMINAL_IS_OPEN( 
       int index
    ) {get; set;}
    public:
    property PropertyValue^ FUNC_TERMINAL_IS_OPEN {
       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 opened. If the property is activated, the connection between the internal and external sides of the terminal is separated, i.e., the potential transfer within the terminal is interrupted. This property is available in terminal reports, where it can be used to output terminal graphics. You can show the state of an isolating terminal in this way, for example.

    See Also