COM Interface: IPCBVariants
In eCADSTAR PCB Editor, this class provides access to all design variations.
Members
Functions
| Function | Description |
|---|---|
| IPCBVariant Find(BSTR name) | Finds the variant with the specified name. |
Properties
| Property | Description |
|---|---|
| long Count {get} | Returns the number of variants in the collection. |
| IVariant Item(long index) | Returns the variant 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. |

