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

In This Topic
    ARTICLE_ERPNR(Int32) Property
    In This Topic
    ERP number # 22056. This property isn't indexed.
    Syntax
    public PropertyValue ARTICLE_ERPNR( 
       int index
    ) {get; set;}
    public:
    property PropertyValue^ ARTICLE_ERPNR {
       PropertyValue^ get(int index);
       void set (int index, PropertyValue^ value);
    }

    Parameters

    index

    Property Value

    Returns property value of type System.String.
    Remarks

    Unique part number in an external ERP system. ERP numbers may be up to 255 characters in length.

    EPLAN reads article reference properties from function or if corresponding propoerty does not exists on function or is empty, then it is taken directly from the article. User needs to remember that setting values which removes property value for article reference property causes that they are read from article. Here is list of such values for each type: LONG - 0, STRING - empty string, BOOL - false, DOUBLE - 0.0 and for MULTILANGSTRING - empty multi lang string.

    See Also