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

In This Topic
    FUNC_TERMINAL_STRIP_ALLOW_SAME_NAME_IN_MULTILEVEL(Int32) Property
    In This Topic
    Terminal strips: Allow same designations within multi-level terminals # 20290. This property isn't indexed.
    Syntax
    public PropertyValue FUNC_TERMINAL_STRIP_ALLOW_SAME_NAME_IN_MULTILEVEL( 
       int index
    ) {get; set;}
    public:
    property PropertyValue^ FUNC_TERMINAL_STRIP_ALLOW_SAME_NAME_IN_MULTILEVEL {
       PropertyValue^ get(int index);
       void set (int index, PropertyValue^ value);
    }

    Parameters

    index

    Property Value

    Returns property value of type System.Boolean.
    Remarks

    This property is used to specify whether a terminal designation within multi-level terminal may occur several times. In other words, several levels may have the same terminal designation. If the property is deactivated, the terminal designation must be unique for each level.

    See Also