COM Interface: IPCBParts

In eCADSTAR PCB Editor, this class provides access to the collection of all board library parts.

Members

Functions

Function Description
IPart Find(BSTR name) Returns the part with the specified name.

Properties

Property Description
long Count {get} Returns the number of parts in the collection.
IPart Item(long index) Returns the part 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.