COM Interface: ITechnologyLayers

This class provides access to all the technology layers in eCADSTAR PCB Editor.

Members

Functions

Function Description
ITechnologyLayer Find(BSTR name) Returns the first instance of a technology layer with the specified name.

Properties

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