-
add( |
[layer] [, withProperties]) |
→ Guide |
-
Creates a new guide.
layer
|
Layer
The layer on which to create the guide. (Optional)
|
withProperties
|
Object
Initial values for properties of the new Guide (Optional)
|
-
-
Returns any Guide in the collection.
-
-
Displays the number of elements in the Guide.
-
-
Returns every Guide in the collection.
-
-
Returns the first Guide in the collection.
-
-
Returns the Guide with the specified index or name.
index
|
The index or name. Can accept: Long Integer or String.
|
-
-
Returns the Guide with the specified ID.
-
itemByName( |
name) |
→ Guide |
-
Returns the Guide with the specified name.
-
itemByRange( |
from, to) |
→ Guide |
-
Returns the Guides within the specified range.
from
|
The Guide, index, or name at the beginning of the range. Can accept: Guide, Long Integer or String.
|
to
|
The Guide, index, or name at the end of the range. Can accept: Guide, Long Integer or String.
|
-
-
Returns the last Guide in the collection.
-
-
Returns the middle Guide in the collection.
-
-
Returns the Guide whose index follows the specified Guide in the collection.
obj
|
Guide
The Guide whose index comes before the desired Guide.
|
-
previousItem( |
obj) |
→ Guide |
-
Returns the Guide with the index previous to the specified index.
obj
|
Guide
The index of the Guide that follows the desired Guide.
|
-
-
Generates a string which, if executed, will return the Guide.