IODBObjectDoesIntersect(ICMPObject, 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(
	ICMPObject SecondObject,
	bool IncludePins
)

Parameters

SecondObject  ICMPObject
ICMPObject
IncludePins  Boolean
True if the pins should be consider.

Return Value

Boolean
True if it does intersect.

Implements

InterfaceODBObjectDoesIntersect(ICMPObject, Boolean)

See Also