Public Methods
Add | Insert a Point object into the Points Collection at the specified Index. If no Index is specified, the Point is added to the end of the collection. |
Item | Given the index, returns the Point object in the collection. |
Remove | Removes a Point object from the Points Collection, but does not delete the Point. |
RemoveAll | Removes all the points from a Points Collection. |
Public Properties
Application | Returns the Application object. |
Count | Returns the number of attributes in the collection. |
Parent | Returns the database item's parent object. |