layout_name property

layout_name property

The name of the specific layout to render. Layout name is case-sensitive.

This option is available only for the CAD drawings that support layouts: FileType.dxf, FileType.dwg, FileType.dwt, FileType.dwf, and FileType.dwfx; By default only the Model is rendered.

Definition:

@property
def layout_name(self):
    ...
@layout_name.setter
def layout_name(self, value):
    ...

See Also