Eplan Platform API
Eplan.EplApi.DataModel Namespace / ArticlePropertyList Class / ARTICLE_CONDUCTORCLASS Property / ARTICLE_CONDUCTORCLASS Property

In This Topic
    ARTICLE_CONDUCTORCLASS Property
    In This Topic
    Conductor class # 26663.
    Syntax
    public PropertyValue ARTICLE_CONDUCTORCLASS {get; set;}
    public:
    property PropertyValue^ ARTICLE_CONDUCTORCLASS {
       PropertyValue^ get();
       void set (    PropertyValue^ value);
    }

    Property Value

    Returns property value of type System.Int64.
    Remarks

    This property can be used to typify the conductor norm-compliantly at the part:

    0 = Undefined

    1 = Cl. 1 = Single-wire (for permanent routing)

    2 = Cl. 2 = Multi-wire

    3 = Cl. 5 = Fine-wire (flexible)

    4 = Cl. 6 = Extra-fine wire (highly flexible)

    The property can be used, amongst others, in calculation formulas, reports, filters and schemes, for example for the selection of suitable terminals or during the manufacturing data export.

    See Also