API Help
Eplan.EplApi.HEServices Namespace / MountingPanelService Class / UpdateMainElements Method / UpdateMainElements(Page) Method
A panel layout page to update main functions from.

In This Topic
    UpdateMainElements(Page) Method
    In This Topic
    Transfers part references of all part placements on the page to main functions. Corresponds to the 'Project data -> Parts / Devices -> 2D panel layout -> Update main elements' menu item.
    Syntax
    public Function[] UpdateMainElements( 
       Page page
    )
    public:
    array<Function^>^ UpdateMainElements( 
       Page^ page
    ) 

    Parameters

    page
    A panel layout page to update main functions from.

    Return Value

    An array of modified main functions.
    See Also