COM Interface: IPropertyDefinitons
This class provides access to the following properties in eCADSTAR PCB Editor.
Members
Functions
Function | Description |
---|---|
IPropertyDefiniton Find(BSTR name, PropertyType Type) | Returns the property definition for the property with the specified name and type. |
IPropertyDefinitons FindAll(BSTR name) | Returns all property definitions for properties with the specified name. |
Properties
Function | Description |
---|---|
long Count {get} | Returns the number of property definitions in the collection. |
IPropertyDefinition Item(long index) | Returns the property definition 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. |