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

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

    Property Value

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