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

In This Topic
    ARTICLE_IDENTTYPE Property
    In This Topic
    Barcode type # 22209.
    Syntax
    public MDPropertyValue ARTICLE_IDENTTYPE {get; set;}
    public:
    property MDPropertyValue^ ARTICLE_IDENTTYPE {
       MDPropertyValue^ get();
       void set (    MDPropertyValue^ value);
    }

    Property Value

    Returns property value of type System.String.
    Remarks

    Shows the type of coding for a barcode, e.g. 2D code, EAN/GTIN, ISBN etc. The contents of this property can be taken into account in manufacturing lists and when importing and exporting parts; it cannot be translated.

    See Also