COM Interface: IPCBComponents
In eCADSTAR PCB Editor, this class provides access to the collection of all component objects in the design.
Members
Functions
| Function | Description |
|---|---|
| IPCBComponent Find(BSTR name) | Finds the first instance of a component with the given name. |
| IPCBComponents FindAll(BSTR name) | Finds all components with the given name. |
Properties
| Property | Description |
|---|---|
| long Count {get} | Returns the number of components. |
| IComponent Item(long index) | Returns the component at a specific index. |
| IEnumVARIANT _NewEnum {get} | Enables use of the built-in syntax of a COM client to iterate through an object’s collection of items. |

