IODBObjectDoesIntersect(IODBObject) 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(
	IODBObject SecondObject
)

Parameters

SecondObject  IODBObject
IODBObject

Return Value

Boolean
True if the two objects intersecting.

Implements

InterfaceODBObjectDoesIntersect(IODBObject)

See Also