IODBLayerPolygonizeNets Method

Polygonizes all overlapping Objects to one polygon. The 'Tag' is the first IODBObject of the chain.

Definition

Namespace: PCBI.Automation
Assembly: PCB-Investigator (in PCB-Investigator.exe) Version: 0
C#
public List<IPolyClass> PolygonizeNets(
	bool onlySelected = false,
	IPCBIWindowProgressChanged progChanged = null
)

Parameters

onlySelected  Boolean  (Optional)
if true, only selected objects are used
progChanged  IPCBIWindowProgressChanged  (Optional)
 

Return Value

ListIPolyClass
List of polygons, one polygon per overlapping objects

Implements

InterfaceODBLayerPolygonizeNets(Boolean, IPCBIWindowProgressChanged)

See Also