InterfaceODBObjectDoesIntersect(ICMPObject, Boolean) Method

Check does the SecondObject intersect with this object.

Definition

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

Parameters

secondObject  ICMPObject
 
includePins  Boolean
 

Return Value

Boolean
True if it does intersect.

See Also