Eplan Platform API
Eplan.EplApi.DataModel Namespace / ArticleReference Class / StoreToObject Method

In This Topic
    StoreToObject Method (ArticleReference)
    In This Topic
    Commits all changes of the ArticleReference to the matching properties of a parent object (Project/Function/Connection).
    Syntax
    public void StoreToObject()
    public:
    void StoreToObject(); 
    Exceptions
    ExceptionDescription
    Thrown if device of the Object is fixed.
    Remarks
    When values of properties of the ArticleReferencePropertyList are changed, these changes do not appear in GUI immediately. You need to store the changes of ArticleReference object. After calling this method get corresponding ArticleReference object from the parent object again, in order to read up-to-date values of changed properties (or use this ArticleReference object for writing again). Property values may have been changed on parent object, because some part reference properties are taken from the part if they are set to empty on the reference.
    See Also