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

In This Topic
    MountingPanelPositions Property
    In This Topic
    Get all support mounting panel positions of the part.
    Syntax
    public MDPartMountingPanelPosition[] MountingPanelPositions {get;}
    public:
    property array<MDPartMountingPanelPosition^>^ MountingPanelPositions {
       array<MDPartMountingPanelPosition^>^ get();
    }
    Remarks
    The part has to have set product top group: mechanic and product group: cabinet to be able to store mounting panel positions.
    See Also