layouts property

layouts property

The list of layouts contained by the CAD drawing.

Definition:

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

See Also