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

In This Topic
    FUNC_TERMINAL_CANHAVESAMENAME(Int32) Property
    In This Topic
    Allow same designations # 20811. This property isn't indexed.
    Syntax
    public PropertyValue FUNC_TERMINAL_CANHAVESAMENAME( 
       int index
    ) {get; set;}
    public:
    property PropertyValue^ FUNC_TERMINAL_CANHAVESAMENAME {
       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 the terminal strip may occur several times. If you place the terminals in several representation types, you should not activate this setting and define each terminal uniquely. Otherwise there may be problems in global editing.

    See Also