Inherits: LibItem < DesignItem < ScriptObject
Inherited by: Part
A library item is an item acquired from a library containing properties that describe where it came from.
Properties
| Name | Type | Get/Set | Brief |
|---|---|---|---|
| Author | str | Yes/Yes | The “Author” field on this item’s properties. |
| LastSavedBy | str | Yes/Yes | The “Last Saved By” field on this item’s properties. |
| LibraryName | str | Yes/Yes | The “Library Name” field on this item’s properties. |
| Name | str | Yes/Yes | The name of this item. |
Property Details
Author
Type: str
The “Author” field on this item’s properties.
LastSavedBy
Type: str
The “Last Saved By” field on this item’s properties.
LibraryName
Type: str
The “Library Name” field on this item’s properties.
Name
Type: str
The name of this item.