COM Interface: IRuleLayers

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

Members

Functions

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

Properties

Property Description
long Count {get} Returns the number of rule layers in the collection.
IRuleLayer Item(long index) Returns the rule layer 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.