Layer class

Layer class

Contains elements that define a single layer and its properties for a page.

The Layer type exposes the following members:

Constructors

ConstructorDescription
Layer()Constructor.

Properties

PropertyDescription
ixThe zero-based index of the element within its parent element.
nameName element specifies the name of a layer.
colorThe index of the color in the color table used toThe index of the color in the color table used to display the layer or An RGB value specifying a custom color not in the color table (for example, #ff9900 ). display the layer
is_color_checkedA flag indicating whether the element has been checked locally. A value of 1 indicates that the element was checked locally.
statusSpecifies whether the layer is a valid layer for a document.
visibleSpecifies whether shapes belonging to the layer are visible on the drawing page.
printSpecifies whether shapes belonging to the layer are printed when the drawing is printed.
activeSpecifies whether a layer is active. Shapes that are not preassigned to layers are assigned to the active layer(s) when dropped on the drawing page.
lockSpecifies whether shapes belonging to the layer are locked against being selected or edited.
snapSpecifies whether other shapes can snap to shapes assigned to the layer. Shapes assigned to the layer can snap to other shapes, but other shapes cannot snap to them.
glueSpecifies whether shapes belonging to the layer can be glued to.
name_univSpecifies the universal name of a layer.
color_transDetermines the degree of transparency for a layer or shape’s text color, from 0 (completely opaque) to 1 (completely transparent).

See Also