Eplan Platform API
Eplan.EplApi.DataModel Namespace / FunctionPropertyList Class / FUNC_LOGDEF_ALLOW_SAME_DESIGNATION Property / FUNC_LOGDEF_ALLOW_SAME_DESIGNATION(Int32) Property

In This Topic
    FUNC_LOGDEF_ALLOW_SAME_DESIGNATION(Int32) Property
    In This Topic
    Connection point logic: Allow identical connection point designation # 20372.
    Syntax
    public PropertyValue FUNC_LOGDEF_ALLOW_SAME_DESIGNATION( 
       int index
    ) {get; set;}
    public:
    property PropertyValue^ FUNC_LOGDEF_ALLOW_SAME_DESIGNATION {
       PropertyValue^ get(int index);
       void set (int index, PropertyValue^ value);
    }

    Parameters

    index

    Property Value

    Returns property value of type System.Boolean.
    Remarks

    Property is indexed. Possible indexes are from 1 to 1000.

    See Also