Subtract

ACAD Connectivity Automation Objects

 
Subtract
 
 
 

Returns the set of Link objects resulting from the subtraction of one Links collection from another.

Signature

Retval = object.Subtract(LinkSelection)

Object

Links collection

The current object or objects this method applies to.

LinkSelection

Links collection

The Links collection to subtract from the current object.

RetVal

Links collection

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.

See Also