InterfaceCMPObjectIsPointOfSecondObjectIncluded(ICMPObject, 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(
	ICMPObject SecondObject,
	bool IncludePins
)

Parameters

SecondObject  ICMPObject
ICMPObject
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