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

In This Topic
    FUNC_TERMINAL_SECONDARY(Int32) Property
    In This Topic
    Auxiliary terminal # 20228. This property isn't indexed.
    Syntax
    public PropertyValue FUNC_TERMINAL_SECONDARY( 
       int index
    ) {get; set;}
    public:
    property PropertyValue^ FUNC_TERMINAL_SECONDARY {
       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 an auxiliary terminal. Terminals can be managed as main terminals or auxiliary terminals. This means that auxiliary terminals can be used, for example, to represent terminals which consist of several functions (several separate terminals in one housing).

    See Also