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