Ovals
A collection of ovals.
Ovals Properties
| Property |
Type |
Access |
Description |
| Count |
Long |
read |
The number of Ovals. |
| Item |
Object |
read |
Returns the Oval with the specified index or name as Long or String. |
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. |