Eplan Platform API
Eplan.EplApi.MasterData Namespace / MDUserDefinedPropertyDefinition Class / Load() Method

In This Topic
    Load() Method
    In This Topic
    Loads property definition from the database.
    Syntax
    public bool Load()
    public:
    bool Load(); 
    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 to have the object up-to date with the parts database.
    See Also