Eplan Platform API
Eplan.EplApi.MasterData Namespace / MDConstruction Class / Type Property

In This Topic
    Type Property (MDConstruction)
    In This Topic
    Identifies the type of a parts management database item.
    Syntax
    public override MDPartsDatabaseItem.Enums.Type Type {get;}
    public:
    property MDPartsDatabaseItem.Enums.Type Type {
       MDPartsDatabaseItem.Enums.Type get() override;
    }

    Property Value

    Type of a parts management database item. Find all possible return values here: MDPartsDatabaseItem.Enums.Type
    See Also