Skip to main content
A newer version of this page is available. .

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.