COM Interface: IFootprints
This class provides access to the following functions and properties in eCADSTAR Library Editor.
Members
Functions
| Function | Description |
|---|---|
| IFootprint Find(BSTR name) | Returns the footprint with the specified name. |
Properties
| Property | Description |
|---|---|
| long Count {get} | Returns the number of footprints in the collection. |
| IFootprint Item(long index) | Returns the footprint at a specific index. |
| IEnumVARIANT _NewEnum {get} | Allows the built-in syntax of a COM client to iterate through an object’s collection of items. |

