COM Interface: IParts
This class provides access to the following function and properties in eCADSTAR Library Editor.
Members
Function
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} | Allows the built-in syntax of a COM client to iterate through an object’s collection of items. |