API Help
Eplan.EplApi.HEServices Namespace / MountingPanelService Class / UpdateMainElements Method / UpdateMainElements(Function) Method
The article placement to update from.

In This Topic
    UpdateMainElements(Function) Method
    In This Topic
    Transfers part references of a part placement to the corresponding main function. Corresponds to the 'Project data -> Parts / Devices -> 2D panel layout -> Update main elements' menu item.
    Syntax
    public Function[] UpdateMainElements( 
       Function funcArticlePlacement
    )
    public:
    array<Function^>^ UpdateMainElements( 
       Function^ funcArticlePlacement
    ) 

    Parameters

    funcArticlePlacement
    The article placement to update from.

    Return Value

    An array of modified main functions.
    See Also