COM Interface: IPCBTemplateLayers
Members
Functions
Function | Description |
---|---|
IPCBTemplateLayer Find(BSTR Name) | Returns the template layer with the given name. Returns NULL if the layer is not in the collection. |
IPCBTemplate Layer Add(BSTR Name) | Add a new layer to the list of template layers. |
Properties
Property | Description |
---|---|
long Count {get} | Returns the number of template layers in the collection. |
IPCBAssociatedTemplateLayer Item(long index) | Returns the template 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. |