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
    UserDefinedPropertyDefinition is an offline object, i.e. its properties are initialized once during creation and not updated after every change in database. Because of this, it is necessary to call the method after object modificaion to have the changes visible in the parts database.
    See Also