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

In This Topic
    ARTICLE_DISCONTINUED(Int32) Property
    In This Topic
    Discontinued part # 22258. This property isn't indexed.
    Syntax
    public PropertyValue ARTICLE_DISCONTINUED( 
       int index
    ) {get; set;}
    public:
    property PropertyValue^ ARTICLE_DISCONTINUED {
       PropertyValue^ get(int index);
       void set (int index, PropertyValue^ value);
    }

    Parameters

    index

    Property Value

    Returns property value of type System.Boolean.
    Remarks

    Identifies the part as a discontinued part; such a part is no longer to be used.

    See Also