SeriesPointRelationCollection.Add Method
| Name | Parameters | Description |
|---|---|---|
| Add(Relation) | relation | Appends the specified Relation object to the current collection. |
| Add(SeriesPoint, TaskLinkType) | childPoint, linkType | Creates a TaskLink object with the specified child point and task link type and adds it to the current collection. |
| Add(SeriesPoint) | childPoint | Creates a TaskLink object with the specified child point and adds it to the current collection. |
| Add(TaskLink) | relation | Appends the specified TaskLink object to the current collection. |