Union Method
Returns the set of Link objects that are members of either of the specified Links collections.
Signature
Retval = object.Union(LinkSelection)
Object
Links
collection
The current object or objects this method applies to.
LinkSelection
Links
collection
The Links collection to merge with the current object.
RetVal
Links
collection
The Link objects that were found in either of the specified Links
collections.
Remarks
Union adds the members of both Links collections and returns the result. Links that appear in both collections are included only once in the resulting collection.