COM Interface: IPart
In eCADSTAR PCB Editor, this class provides access to a part in the board library.
Members
Functions
| Property | Description |
|---|---|
| void Reload(long flags) | Reloads the part from the library. See the reload options for flag values that control the reload behavior. |
Properties
| Property | Description |
|---|---|
| SAFEARRAY(BSTR) Components {get} | Returns a list of components that use the part. |
| BSTR Description {get} | Returns the description of the part . |
| BSTR ModifiedDate {get} | Returns the modified date of the part. |
| BSTR Name {get} | Returns the name of the part. |
| IProperties Properties {get} | Returns the properties of the part. |

