ICMPObjectIsPointOfSecondObjectIncluded(InterfaceCMPObject, Boolean) Method

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

Definition

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

Parameters

secondObject  InterfaceCMPObject
InterfaceCMPObject
includePins  Boolean
Set to True if the pins should be considered.

Return Value

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

Implements

InterfaceCMPObjectIsPointOfSecondObjectIncluded(InterfaceCMPObject, Boolean)

See Also