DXFLayout
=========

.. module:: ezdxf.entities
    :noindex:

`LAYOUT`_ entity is part of a modelspace or paperspace layout definitions.

======================== ===========================================================
Subclass of              :class:`ezdxf.entities.PlotSettings`
DXF type                 ``'LAYOUT'``
Factory function         internal data structure, use :class:`~ezdxf.layouts.Layouts` to manage layout objects.
======================== ===========================================================

.. _LAYOUT: http://help.autodesk.com/view/OARX/2018/ENU/?guid=GUID-433D25BF-655D-4697-834E-C666EDFD956D


.. class:: DXFLayout

    .. attribute:: dxf.name

        Layout name as shown in tabs by :term:`CAD` applications


TODO
