Graphics
A collection of imported graphics.
Graphics Properties
| Property |
Type |
Access |
Description |
| item |
Object |
read |
Returns the graphic with the specified index or name. |
| length |
Long |
read |
The number of graphics in the collection. |
Graphics Methods
| Method |
Returns |
Description |
| anyItem |
Object |
Returns any graphic. |
| firstItem |
Object |
Returns the first graphic. |
| itemByID |
Object |
Returns the graphic with the specified ID. |
| itemByRange |
Objects |
Returns the graphics within the specified range. |
| lastItem |
Object |
Returns the last graphic. |
| middleItem |
Object |
Returns the middle graphic. |
| nextItem |
Object |
Returns the next graphic. |
| previousItem |
Object |
Returns the previous graphic. |
Previous post: GridPreference
Next post: GraphicLines