ICMPObjectIsPointOfSecondObjectIncluded(InterfaceODBObject, 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(
	InterfaceODBObject secondObject,
	bool includePins
)

Parameters

secondObject  InterfaceODBObject
InterfaceODBObject
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.

Implements

InterfaceCMPObjectIsPointOfSecondObjectIncluded(InterfaceODBObject, Boolean)

See Also