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

In This Topic
    FUNC_CABLE_ALLOW_TWO_SIDED_SHIELDINGS(Int32) Property
    In This Topic
    Allow shields connected on both sides # 20063. This property isn't indexed.
    Syntax
    public PropertyValue FUNC_CABLE_ALLOW_TWO_SIDED_SHIELDINGS( 
       int index
    ) {get; set;}
    public:
    property PropertyValue^ FUNC_CABLE_ALLOW_TWO_SIDED_SHIELDINGS {
       PropertyValue^ get(int index);
       void set (int index, PropertyValue^ value);
    }

    Parameters

    index

    Property Value

    Returns property value of type System.Boolean.
    Remarks

    Suppresses the P003018 message "Shield applied too often" in the project check.

    See Also