InterfacePolyClassGetSubPolygons Method

Calculate all sub polygons and return a list of them, the list is empty if no subpoly are calculated.

Definition

Namespace: PCBI.Automation.Interfaces
Assembly: PCB-Investigator (in PCB-Investigator.exe) Version: 0
C#
List<IPolyClass> GetSubPolygons()

Return Value

ListIPolyClass
List of sub polygons.

See Also