-
-
Returns any Graphic in the collection.
-
-
Displays the number of elements in the Graphic.
-
-
Returns every Graphic in the collection.
-
-
Returns the first Graphic in the collection.
-
-
Returns the Graphic with the specified index or name.
index
|
The index or name. Can accept: Long Integer or String.
|
-
-
Returns the Graphic with the specified ID.
-
-
Returns the Graphic with the specified name.
-
-
Returns the Graphics within the specified range.
from
|
The Graphic, index, or name at the beginning of the range. Can accept: Graphic, Long Integer or String.
|
to
|
The Graphic, index, or name at the end of the range. Can accept: Graphic, Long Integer or String.
|
-
-
Returns the last Graphic in the collection.
-
-
Returns the middle Graphic in the collection.
-
-
Returns the Graphic whose index follows the specified Graphic in the collection.
obj
|
Graphic
The Graphic whose index comes before the desired Graphic.
|
-
-
Returns the Graphic with the index previous to the specified index.
obj
|
Graphic
The index of the Graphic that follows the desired Graphic.
|
-
-
Generates a string which, if executed, will return the Graphic.