IODBObjectIsPointOfSecondObjectIncluded(InterfaceCMPObject, Boolean) Method

Returns true if the SecondObject have a Point in this object (this checks the first point of second polygon).

Definition

Namespace: PCBI.Automation
Assembly: PCB-Investigator (in PCB-Investigator.exe) Version: 0
C#
public bool IsPointOfSecondObjectIncluded(
	InterfaceCMPObject secondObject,
	bool includePins
)

Parameters

secondObject  InterfaceCMPObject
 
includePins  Boolean
 

Return Value

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

Implements

InterfaceODBObjectIsPointOfSecondObjectIncluded(InterfaceCMPObject, Boolean)

See Also