InterfaceODBObjectIsPointOfSecondObjectIncluded(InterfaceODBObject) Method

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

Definition

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

Parameters

secondObject  InterfaceODBObject
 

Return Value

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

See Also