IODBObjectIsPointOfSecondObjectIncluded(IODBObject) Method

If the SecondObject have a Point in this object it returns true;

Definition

Namespace: PCBI.Automation
Assembly: PCB-Investigator (in PCB-Investigator.exe) Version: 0
C#
public bool IsPointOfSecondObjectIncluded(
	IODBObject SecondObject
)

Parameters

SecondObject  IODBObject
IODBObject

Return Value

Boolean
True if a point of the second object is included in the first object.

Implements

InterfaceODBObjectIsPointOfSecondObjectIncluded(IODBObject)

See Also