InterfaceODBObjectDoesIntersect(InterfaceODBObject) 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(
	InterfaceODBObject secondObject
)

Parameters

secondObject  InterfaceODBObject
 

Return Value

Boolean
True if the two objects intersecting.

See Also