Eplan Platform API
Eplan.EplApi.MasterData Namespace / MDPartsManagement Class / SelectedPartsDatabase Property

In This Topic
    SelectedPartsDatabase Property
    In This Topic
    The parts database that is currently used.
    Syntax
    public MDPartsDatabase SelectedPartsDatabase {get; set;}
    public:
    property MDPartsDatabase^ SelectedPartsDatabase {
       MDPartsDatabase^ get();
       void set (    MDPartsDatabase^ value);
    }
    Remarks
    Represents the database that is currently used and visible for examepole in parts management dialog. Setting the property has result even if a database was closed. The property does not get the parts database used in the parts navigator.
    See Also