COM Interface: IProperties
For a specific object in eCADSTAR PCB Editor that contains an instance of this class, the IProperties class provides access to the collection of attributes.
Members
Functions
| Function | Description |
|---|---|
| IProperty Find(BSTR name, PropertyType Type = PropertyType_Any) | Returns the first instance of a component with the specified name. |
| IProperties FindAll(BSTR name) | Finds all properties with the specified name. |
Properties
| Property | Description |
|---|---|
| long Count {get} | Returns the number of properties in the collection. |
| IProperty Item(long index) | Returns the property 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. |

