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

In This Topic
    Type Property (MDConstruction)
    In This Topic
    Returns the part type of the part.
    Syntax
    public override MDPartsDatabaseItem.Enums.Type Type {get;}
    public:
    property MDPartsDatabaseItem.Enums.Type Type {
       MDPartsDatabaseItem.Enums.Type get() override;
    }

    Property Value

    part type of the part (Component, Assembly, Module, Construction, ConnectionPointInfo, Customer, Manufacturer)
    See Also