COM Interface: IProperties
This class provides access to the following functions and properties in eCADSTAR Library Editor.
Members
Function
Function | Description |
---|---|
IProperty Find(BSTR name, PropertyType Type = PropertyType_Any) | Returns the first instance of a property with the specified name and type. |
IProperties FindAll(BSTR name) | Returns 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} | Allows the built-in syntax of a COM client to iterate through an object’s collection of items. |