IFilterCreatePolygon(InterfaceODBLayer) Method

Create an empty polygon.

Definition

Namespace: PCBI.Automation
Assembly: PCB-Investigator (in PCB-Investigator.exe) Version: 0
C#
public IODBObject CreatePolygon(
	InterfaceODBLayer parentLayer
)

Parameters

parentLayer  InterfaceODBLayer
 

Return Value

IODBObject
teh new object

Implements

InterfaceFilterCreatePolygon(InterfaceODBLayer)

See Also