API Help
Eplan.EplApi.DataModel Namespace / ArticlePropertyList Class / ARTICLE_SHORTCIRCUITRESISTANT Property / ARTICLE_SHORTCIRCUITRESISTANT(Int32) Property

In This Topic
    ARTICLE_SHORTCIRCUITRESISTANT(Int32) Property
    In This Topic
    Short-circuit proof # 22115. This property isn't indexed.
    Syntax
    public PropertyValue ARTICLE_SHORTCIRCUITRESISTANT( 
       int index
    ) {get; set;}
    public:
    property PropertyValue^ ARTICLE_SHORTCIRCUITRESISTANT {
       PropertyValue^ get(int index);
       void set (int index, PropertyValue^ value);
    }

    Parameters

    index

    Property Value

    Returns property value of type System.Boolean.
    Remarks

    Property of a part variant. Shows whether a cable is short-circuit proof. In this case, it is guaranteed that the cable will not burn through between individual conductors in case of a short circuit.

    See Also