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

In This Topic
    ARTICLE_IDENTCODE Property
    In This Topic
    Barcode number # 22208.
    Syntax
    public MDPropertyValue ARTICLE_IDENTCODE {get; set;}
    public:
    property MDPropertyValue^ ARTICLE_IDENTCODE {
       MDPropertyValue^ get();
       void set (    MDPropertyValue^ value);
    }

    Property Value

    Returns property value of type System.String.
    Remarks

    Barcodes are used to give goods a unique identification. Different coding standards are used internationally, e.g. the GTIN (Global Trade Item Number). In addition, companies use company-specific or industrial standards.

    The contents of this property can be taken into account in manufacturing lists and when importing and exporting parts; it cannot be translated, however.

    See Also