import_layout_component#

classmethod LayoutComponent.import_layout_component(layout, aedb_comp_path)#

Import a layout component from the .aedbcomp file at the specified file path into the provided layout.

Parameters:
layoutLayout

Layout the layout component will be imported into.

aedb_comp_pathstr

File path of the .aedbcomp file to import the layout component from.

Returns:
LayoutComponent

Imported layout component