API Help
Eplan.EplApi.DataModel Namespace / MergedArticleReferencePropertyList Class / ARTICLE_IDENTTYPE Property / ARTICLE_IDENTTYPE(Int32) Property

In This Topic
    ARTICLE_IDENTTYPE(Int32) Property
    In This Topic
    Barcode type # 22209. This property isn't indexed.
    Syntax
    public PropertyValue ARTICLE_IDENTTYPE( 
       int index
    ) {get; set;}
    public:
    property PropertyValue^ ARTICLE_IDENTTYPE {
       PropertyValue^ get(int index);
       void set (int index, PropertyValue^ value);
    }

    Parameters

    index

    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