Eplan Platform API
Eplan.EplApi.DataModel.E3D Namespace / Placement3DPropertyList Class / FUNC_TERMINAL_SECONDARY Property / FUNC_TERMINAL_SECONDARY Property

In This Topic
    FUNC_TERMINAL_SECONDARY Property
    In This Topic
    Auxiliary terminal # 20228.
    Syntax
    public PropertyValue FUNC_TERMINAL_SECONDARY {get; set;}
    public:
    property PropertyValue^ FUNC_TERMINAL_SECONDARY {
       PropertyValue^ get();
       void set (    PropertyValue^ value);
    }

    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