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

In This Topic
    ARTICLE_ACCESSORYID Property
    In This Topic
    Accessory code # 22025.
    Syntax
    public MDPropertyValue ARTICLE_ACCESSORYID {get; set;}
    public:
    property MDPropertyValue^ ARTICLE_ACCESSORYID {
       MDPropertyValue^ get();
       void set (    MDPropertyValue^ value);
    }

    Property Value

    Returns property value of type System.String.
    Remarks

    This property should no longer be used and is only available with old EPLAN versions for reasons of compatibility. In older EPLAN projects (created with Version 1.9 or older), this property was used to assign accessory parts to a part; parts and accessory parts with the same accessory code were grouped together.

    See Also