COM Interface: IPropertyDefinitions

This class provides access to the following functions and properties in eCADSTAR Library 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.
void Add(BSTR name) Adds a user property. This is only available for parts. If Attribute Manager is open, then it cannot be executed.
void Delete(BSTR name) Deletes a user property. This is only available for parts. If Attribute Manager is open, then it cannot be executed.

Properties

Property 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} Allows the built-in syntax of a COM client to iterate through an object’s collection of items.