Eplan Platform API
Eplan.EplApi.DataModel.E3D Namespace / Mate Class / StoreToObject Method

In This Topic
    StoreToObject Method (Mate)
    In This Topic
    Stores changes into a project database.
    Syntax
    public bool StoreToObject()
    public:
    bool StoreToObject(); 

    Return Value

    false : cannot store mate

    true : all properties should be stored into parent Function3D

    Remarks
    Please mind that a Mate is a transient (also called "offline") object. This means that changes are not stored automatically into a project. In order to store them into Placement3D, please call the StoreToObject method after you have made the changes. Please check the IsReadOnly property at first to make sure that a Mate could be changed.
    See Also