InterfacePolyClassUnion Method

Union combines this and the second poly, it return this with modifications.

Definition

Namespace: PCBI.Automation.Interfaces
Assembly: PCB-Investigator (in PCB-Investigator.exe) Version: 0
C#
IPolyClass Union(
	IPolyClass SecondPoly
)

Parameters

SecondPoly  IPolyClass
The other polygon to combine with this.

Return Value

IPolyClass
This polygon with modifications. The result is no new polygon, just modification of this!

See Also