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

In This Topic
    FUNC_CABLE_ALLOW_TWO_PE_WIRES(Int32) Property
    In This Topic
    Allow multiple PE conductors # 20062. This property isn't indexed.
    Syntax
    public PropertyValue FUNC_CABLE_ALLOW_TWO_PE_WIRES( 
       int index
    ) {get; set;}
    public:
    property PropertyValue^ FUNC_CABLE_ALLOW_TWO_PE_WIRES {
       PropertyValue^ get(int index);
       void set (int index, PropertyValue^ value);
    }

    Parameters

    index

    Property Value

    Returns property value of type System.Boolean.
    Remarks

    Suppresses the message "Several PE conductors intersected" in the project review.

    See Also