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