IODBObjectDoesIntersect(InterfaceODBObject) Method

If the SecondObject intersect with this Object it returns true.

Definition

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

Parameters

secondObject  InterfaceODBObject
 

Return Value

Boolean
True if the two objects intersecting.

Implements

InterfaceODBObjectDoesIntersect(InterfaceODBObject)

See Also