Layers
QuickLinks
Properties
Property | Type | Access | Description |
---|---|---|---|
length | number | readonly | The number of objects in the collection. |
Methods
Instances
Layer [] (index:
number)
Returns the Layer with the specified index.
Parameter | Type | Description |
---|---|---|
index | number | The index. |
Layer anyItem ()
Returns any Layer in the collection.
number count ()
Displays the number of elements in the Layer.
Array
of Layer everyItem ()
Returns every Layer in the collection.
Layer firstItem ()
Returns the first Layer in the collection.
Layer item (index:
varies)
Returns the Layer with the specified index or name.
Parameter | Type | Description |
---|---|---|
index | Long Integer String | The index or name. Can accept: Long Integer or String. |
Layer itemByID (id:
number)
Returns the Layer with the specified ID.
Parameter | Type | Description |
---|---|---|
id | number | The ID. |
Layer itemByName (name:
string)
Returns the Layer with the specified name.
Parameter | Type | Description |
---|---|---|
name | string | The name. |
Array
of Layer itemByRange (from:
varies, to:
varies)
Returns the Layers within the specified range.
Parameter | Type | Description |
---|---|---|
from | Layer Long Integer String | The Layer, index, or name at the beginning of the range. Can accept: Layer, Long Integer or String. |
to | Layer Long Integer String | The Layer, index, or name at the end of the range. Can accept: Layer, Long Integer or String. |
Layer lastItem ()
Returns the last Layer in the collection.
Layer middleItem ()
Returns the middle Layer in the collection.
Layer nextItem (obj:
Layer)
Returns the Layer whose index follows the specified Layer in the collection.
Parameter | Type | Description |
---|---|---|
obj | Layer | The Layer whose index comes before the desired Layer. |
Layer previousItem (obj:
Layer)
Returns the Layer with the index previous to the specified index.
Parameter | Type | Description |
---|---|---|
obj | Layer | The index of the Layer that follows the desired Layer. |
string toSource ()
Generates a string which, if executed, will return the Layer.
Element of
Document.layers
Jongware, 23-Mar-2011 v3.0.3d | Contents :: Index |