COM Interface: IAreaFills
Members
Functions
| Property | Description |
|---|---|
| IAreaFill** New() | Starts the creation of a new area fill on the board outline. |
| 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. |


