InterfacePolyClassIsAnyPointOfSecondObjectIncluded Method

Check if any Point of second PolyClass is included in this PolyClass.

Definition

Namespace: PCBI.Automation.Interfaces
Assembly: PCB-Investigator (in PCB-Investigator.exe) Version: 0
C#
bool IsAnyPointOfSecondObjectIncluded(
	IPolyClass SecondObject
)

Parameters

SecondObject  IPolyClass
IPolyClass

Return Value

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

See Also