ISurfaceSpecificsDAddPolygon Method

Add an single polygon to the surface.

Definition

Namespace: PCBI.Automation
Assembly: PCB-Investigator (in PCB-Investigator.exe) Version: 0
C#
public bool AddPolygon(
	IPolygonSpecificsD Polygon
)

Parameters

Polygon  IPolygonSpecificsD
The closed polygon polygon

Return Value

Boolean
True if the polygon was added to the surface.

See Also