Intersect

ACAD Connectivity Automation Objects

 
Intersect
 
 
 

Returns the set of Link objects that are members of each of the specified Links collections.

Signature

Retval = object.Intersect(LinkSelection)

Object

Links collection

The current object or objects this method applies to.

LinkSelection

Links collection

The Links collection with which to intersect the current object.

RetVal

Links collection

The Link objects that were found in both of the specified Links collections.

Remarks

Intersect returns only those Links that appear in both of the specified collections.

See Also