API Help
Eplan.EplApi.MasterData Namespace / MDPart Class / SupportBarPositions Property

In This Topic
    SupportBarPositions Property
    In This Topic
    Get all support bar area positions of the part.
    Syntax
    public MDPartSupportBarPosition[] SupportBarPositions {get;}
    public:
    property array<MDPartSupportBarPosition^>^ SupportBarPositions {
       array<MDPartSupportBarPosition^>^ get();
    }
    Remarks
    The part has to have set product top group: mechanic, product group: busbar and product sub group: busbar adapter to be able to store support bar area positions.
    See Also