Eplan Platform API
Eplan.EplApi.DataModel Namespace / Function Class / ArticleReference Property

In This Topic
    ArticleReference Property
    In This Topic
    Sets the ArticleReference at the reference position of the ArticleReference.
    Syntax
    public ArticleReference ArticleReference {set;}
    public:
    property ArticleReference^ ArticleReference {
       void set (    ArticleReference^ value);
    }
    Exceptions
    ExceptionDescription
    Thrown when the ArticleReference cannot be set
    Thrown when articleRef is null.
    Thrown if IsFixedDevice is true.
    Remarks
    Stores the article in the project Stored the article reference data at the Function
    See Also