InterfaceCMPObjectIsPointOfSecondObjectIncluded(IODBObject, Boolean) Method

Returns true if the SecondObject has a Point in this object.

Definition

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

Parameters

SecondObject  IODBObject
IODBObject
IncludePins  Boolean
True if the pins should be consider.

Return Value

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

See Also