Layout
Layout class
Represents layout contained by the CAD drawing.
The Layout type exposes the following members:
Constructors
| Name |
Description |
| Layout() |
Initializes new instance of Layout class. |
| Layout(name, width, height) |
Initializes a new instance of the Layout class |
Properties
| Name |
Description |
| name |
The name of the layout. |
| width |
The width of the layout. |
| height |
The height of the layout. |
Methods
| Name |
Description |
| equals(other) |
Determines whether the current Layout is the same as specified Layout object. |
See Also