InterfaceODBObjectDoesIntersect(IODBObject) Method

If the SecondObject intersect with this Object it returns true.

Definition

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

Parameters

secondObject  IODBObject
 

Return Value

Boolean
True if the two objects intersecting.

See Also