ISurfaceSpecificsDEndPolygon Method

Closes the sub polygon, be careful by using this action. If the polygon has gabs, it try to close it. It works on the main surface if you change something it has direct effects on the main surface.

Definition

Namespace: PCBI.Automation
Assembly: PCB-Investigator (in PCB-Investigator.exe) Version: 0
C#
public void EndPolygon(
	bool FullUpdate = true
)

Parameters

FullUpdate  Boolean  (Optional)
Full update check the complete surface for correct direction of elements, if false only the last polygon will be checked.

Implements

InterfaceSurfaceSpecificsDEndPolygon(Boolean)

See Also