LayerSet

A group of layer objects, which can include art layer objects and other (nested) layer set objects. A single command or set of commands manipulates all layers in a layer set object.

Methods:

add, merge

Objects:

ArtLayers, Channel, LayerSets, Layers, String

Hierarchy:

Superclass: Layer

Class: LayerSet

Property Listing

Property

Type

Access

Description

artLayers

ArtLayers ArtLayer

readonly

The art layers contained in this layer set.

enabledChannels

Array of Channel

read/write

The channels that are enabled for the layer set. Must be a list of component channels.

layerSets

LayerSets LayerSet

readonly

The layer sets contained within the layer set.

layers

Layers Layer

readonly

The layers in this layer set.

parent

 

readonly

The object's container.

typename

String

readonly

The class name of the object.

Method Listing

LayerSet add ()

Adds an element.

ArtLayer merge ()

Merges the layer set.

Return

LayerSets.add()

LayerSet.add()

LayerSets.[]()

LayerSets.getByName()