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

In This Topic
    ARTICLE_PARTNR Property
    In This Topic
    Part number # 22001.
    Syntax
    public MDPropertyValue ARTICLE_PARTNR {get; set;}
    public:
    property MDPropertyValue^ ARTICLE_PARTNR {
       MDPropertyValue^ get();
       void set (    MDPropertyValue^ value);
    }

    Property Value

    Returns property value of type System.String.
    Remarks

    The part number is identifying for a part, it combines the variants of a part. In the case of part variants, the combination of part number and variant designation is the identifier. During entry as many characters as you wish are possible for the part number, but only the first 96 characters in the UTF-8 format are identifying.

    See Also