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