COM Interface: IPCBDesigns
This class provides access to all open designs in eCADSTAR PCB Editor.
Members
Properties
Property | Description |
---|---|
long Count {get} | Returns the number of designs in the collection. |
IPCBDesign Item(long index) | Returns the design 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 |