IPolyClassIsPointOfSecondObjectIncluded Method

If the first point of the SecondObject is in this object it returns true;

Definition

Namespace: PCBI.MathUtils
Assembly: PCB-Investigator (in PCB-Investigator.exe) Version: 0
C#
public bool IsPointOfSecondObjectIncluded(
	IPolyClass SecondObject
)

Parameters

SecondObject  IPolyClass
IPolyClass

Return Value

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

Implements

InterfacePolyClassIsPointOfSecondObjectIncluded(IPolyClass)

See Also