Eplan Platform API
Eplan.EplApi.MasterData Namespace / MDUserDefinedPropertyDefinition Class / Store Method

In This Topic
    Store Method (MDUserDefinedPropertyDefinition)
    In This Topic
    Stores property definition to the database.
    Syntax
    public bool Store()
    public:
    bool Store(); 
    Remarks
    MDUserDefinedPropertyDefinition is a transient (also called "offline") object. This means that its properties are initialized once during creation and not updated after every change in database. For this reason, this method must be called after object modification so that the changes are transferred to the parts database.
    See Also