GraphicLines
A collection of graphic lines.
GraphicLines Properties
| Property |
Type |
Access |
Description |
| Count |
Long |
read |
The number of GraphicLines. |
| Item |
Object |
read |
Returns the GraphicLine with the specified index or name as Long or String. |
GraphicLines Methods
| Method |
Returns |
Description |
| Add |
GraphicLine |
Create a new GraphicLine. |
| AnyItem |
Object |
Returns any GraphicLine. |
| FirstItem |
Object |
Returns the first GraphicLine. |
| ItemByID |
Object |
Returns the GraphicLine with the specified ID. |
| ItemByRange |
Objects |
Returns the GraphicLines within the specified range. |
| LastItem |
Object |
Returns the last GraphicLine. |
| MiddleItem |
Object |
Returns the middle GraphicLine. |
| NextItem |
Object |
Returns the next GraphicLine. |
| PreviousItem |
Object |
Returns the previous GraphicLine. |