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

In This Topic
    FUNC_TERMINAL_STRIP_DONT_USE_MAINTERMINAL(Int32) Property
    In This Topic
    Do not use main terminals # 20229. This property isn't indexed.
    Syntax
    public PropertyValue FUNC_TERMINAL_STRIP_DONT_USE_MAINTERMINAL( 
       int index
    ) {get; set;}
    public:
    property PropertyValue^ FUNC_TERMINAL_STRIP_DONT_USE_MAINTERMINAL {
       PropertyValue^ get(int index);
       void set (int index, PropertyValue^ value);
    }

    Parameters

    index

    Property Value

    Returns property value of type System.Boolean.
    Remarks

    If this property is enabled for a terminal strip definition, the main terminals are handled in the same way as "normal" terminals. In this case, the terminal strip is not split into independent areas and is only defined via the terminal strip definition.

    See Also