API Help
Eplan.EplApi.DataModel Namespace / ArticlePropertyList Class / ARTICLE_ACCESSORYID Property / ARTICLE_ACCESSORYID(Int32) Property

In This Topic
    ARTICLE_ACCESSORYID(Int32) Property
    In This Topic
    Accessory code # 22025. This property isn't indexed.
    Syntax
    public PropertyValue ARTICLE_ACCESSORYID( 
       int index
    ) {get; set;}
    public:
    property PropertyValue^ ARTICLE_ACCESSORYID {
       PropertyValue^ get(int index);
       void set (int index, PropertyValue^ value);
    }

    Parameters

    index

    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