API Help
Eplan.EplApi.MasterData Namespace / MDPartsDatabaseItemPropertyList 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 MDPropertyValue ARTICLE_SHORTCIRCUITRESISTANT( 
       int index
    ) {get; set;}
    public:
    property MDPropertyValue^ ARTICLE_SHORTCIRCUITRESISTANT {
       MDPropertyValue^ get(int index);
       void set (int index, MDPropertyValue^ 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