Layout class

Layout class

Represents layout contained by the CAD drawing.

The Layout type exposes the following members:

Constructors

Constructor Description
init Initializes a new instance of Layout.
init Initializes a new instance of Layout.

Methods

Method Description
equals Determines whether the current Layout is the same as the specified Layout object.
equals Determines whether the current Layout is the same as the specified object.
equals_layout
equals_object
get_hash_code Returns the hash code for the current Layout object.
to_string Returns a string that represents the current object.

Properties

Property Description
height The height of the layout.
name The name of the layout.
width The width of the layout.

See Also