COM Interface: IProperty
This class provides access to the attributes of a specific object in eCADSTAR PCB Editor. For example, a component, part or footprint.
Members
Properties
Property | Description |
---|---|
VARIANT_BOOL IsReadOnly {get} | Checks if the property is read-only. |
VARIANT_BOOL IsSystem {get} | Checks if the property is a system property or user property. |
BSTR Name {get} | Returns the property name |
BSTR Value {get} {set} | Returns the property value, or sets the property value on components or parts. |