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

In This Topic
    Type Property (MDAddress)
    In This Topic
    Returns the part type of the part.
    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

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