COM Interface: IAreaFills
Members
Functions
| Property | Description |
|---|---|
| IAreaFill** New(BSTR layer = "Board outline", BSTR net = "") | Starts the creation of a new area fill. The layer may be set to either a conductor layer or the board outline. By default the layer is the board outline. For a conductor layer an optional net value may be supplied. |
| void Add() | Adds the newly-created area fill to the board outline. |
Properties
| Property | Description |
|---|---|
| long Count {get} | Retrieves the number of area fills in the collection. |
| IAreaFill Item(long index) | Retrieves the area fill at a specific index. |
| IEnumVARIANT _NewEnum {get} | Enables the use of the built-in syntax of a COM client to iterate through an object’s collection of items. |

