A collection of graphic layers.
Element
graphic layer
graphic layer Properties
| Property | Type | Access | Description |
|---|---|---|---|
| adjustment layer | boolean | read | If true, the layer is an adjustment layer. Note: Must occur in the script before overriding the visibility state of the layer with a current visibility statement. |
| class | type | read | The class descriptor type. |
| current visibility | boolean | r/w | If true, the layer is visible in the document. |
| export state | boolean | read | If true, the export state is on. |
| FX layer | boolean | read | If true, layer effects have been applied to the layer. Note: Must occur in the script before overriding the visibility state of the layer with a current visibility statement. |
| has export state | boolean | read | If true, the layer has an export state. |
| has print state | boolean | read | If true, the layer has a print state. |
| has view state | boolean | read | If true, the layer has a view state. |
| id | integer | read | The unique ID of the graphic layer. |
| index | integer | read | The index of the graphic layer within its containing object. |
| locked | boolean | read | If true, the graphic layer is locked. |
| name | text | read | The name of the graphic layer. |
| object reference | graphic layer | read | An object reference for the object. |
| original visibility | boolean | read | Returns the visibility setting set for the layer before the graphic file was imported. Note: Must occur in the script before overriding the visibility state with a current visibility statement. |
| parent | specifier | read | The parent of the graphic layer (a graphic layer option or graphic layer). Can return: graphic layer option or graphic layer. |
| print state | boolean | read | If true, the print state is on. |
| properties | record | r/w | A property that allows setting of several properties at the same time. |
| section divider layer | boolean | read | If true, the layer is a section divider layer. |
| separator layer | boolean | read | If true, the layer is a separator layer. |
| view state | boolean | read | If true, the view state is on. |