COM Interface: IProperty
This class provides access to the component instance in the schematic design.
Members
Properties
| Property | Description |
|---|---|
| BSTR Name {get} | The name of the property. |
| BSTR Value {get} {set} | The value of the property. Changing the value is supported only for components. The sheet that contains the component must be opened. |
| VARIANT_BOOL IsSystem {get} | If the property is system-defined, then the value "true" is returned. |
| VARIANT_BOOL IsReadOnly {get} | If the property is read-only, then the value "true" is returned. |

