Eplan Platform API
Eplan.EplApi.MasterData Namespace / MDPartsDatabaseItemPropertyList Class / ARTICLE_SHORTCIRCUITRESISTANT Property / ARTICLE_SHORTCIRCUITRESISTANT Property

In This Topic
    ARTICLE_SHORTCIRCUITRESISTANT Property
    In This Topic
    Short-circuit proof # 22115.
    Syntax
    public MDPropertyValue ARTICLE_SHORTCIRCUITRESISTANT {get; set;}
    public:
    property MDPropertyValue^ ARTICLE_SHORTCIRCUITRESISTANT {
       MDPropertyValue^ get();
       void set (    MDPropertyValue^ value);
    }

    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