Returns the set of Link objects resulting from the subtraction of one Links collection from another.
Signature
Retval = object.Subtract(LinkSelection)
|
Object |
The current object or objects this method applies to. |
|
LinkSelection |
Links collection
The Links collection to subtract from the current object. |
|
RetVal |
The Link objects remaining after subtracting LinkSelection from Object. |
Remarks
The resulting collection contains all members of the current object that do not appear in the LinkSelection collection.