COM Interface: ISymbols

This class provides access to the following functions and properties in eCADSTAR Library Editor.

Members

Functions

Function Description
ISymbol Find(BSTR name) Returns the symbol with the specified name.
ISymbols FindAll(BSTR name) Returns all symbols with the specified name.

Properties

Property Description
long Count {get} Returns the number of symbols in the collection.
ISymbol Item(long index) Returns the symbol at a specific index.
IEnumVARIANT _NewEnum {get} Enables the built-in syntax of a COM client to iterate through an object’s collection of items.