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
    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 to keep the object up to date with the parts database.
    See Also