IODBObjectIsPointOfSecondObjectIncluded(ICMPObject, 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(
	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.

Implements

InterfaceODBObjectIsPointOfSecondObjectIncluded(ICMPObject, Boolean)

See Also