Ovals
A collection of ovals.
Ovals Properties
| Property |
Type |
Access |
Description |
| item |
Object |
read |
Returns the oval with the specified index or name. |
| length |
Long |
read |
The number of ovals in the collection. |
Ovals Methods
| Method |
Returns |
Description |
| add |
Oval |
Create a new oval. |
| anyItem |
Object |
Returns any oval. |
| firstItem |
Object |
Returns the first oval. |
| itemByID |
Object |
Returns the oval with the specified ID. |
| itemByRange |
Objects |
Returns the ovals within the specified range. |
| lastItem |
Object |
Returns the last oval. |
| middleItem |
Object |
Returns the middle oval. |
| nextItem |
Object |
Returns the next oval. |
| previousItem |
Object |
Returns the previous oval. |