Eplan Platform API
Eplan.EplApi.DataModel Namespace / ArticlePropertyList Class / ARTICLE_FAVORITE Property / ARTICLE_FAVORITE Property

In This Topic
    ARTICLE_FAVORITE Property
    In This Topic
    Favorite # 22892.
    Syntax
    public PropertyValue ARTICLE_FAVORITE {get; set;}
    public:
    property PropertyValue^ ARTICLE_FAVORITE {
       PropertyValue^ get();
       void set (    PropertyValue^ value);
    }

    Property Value

    Returns property value of type System.Boolean.
    Remarks

    This property is read-only..

    Shows whether the part is marked as a favorite. The assignment is carried out at the device in the insert center. This property can be used in the parts management as a filter criterion and can be selected at the device for display in the graphical editor. Since the favorites are stored user-specifically, they are not output in the parts management during the export in the EDZ / XML format and during the export for external editing.

    See Also