IODBObjectDoesIntersect(InterfaceCMPObject, Boolean) Method

Check does the SecondObject intersect with this object.

Definition

Namespace: PCBI.Automation
Assembly: PCB-Investigator (in PCB-Investigator.exe) Version: 0
C#
public bool DoesIntersect(
	InterfaceCMPObject secondObject,
	bool includePins
)

Parameters

secondObject  InterfaceCMPObject
 
includePins  Boolean
 

Return Value

Boolean
True if it does intersect.

Implements

InterfaceODBObjectDoesIntersect(InterfaceCMPObject, Boolean)

See Also