AppearanceAsset |
Gets and sets the appearance associated with the material. When assigning an appearance, the appearance must exist in the same document as the material. |
Application |
Returns the top-level parent application object. When used the context of Inventor, an Application object is returned. When used in the context of Apprentice, an ApprenticeServer object is returned. |
AssetType |
Gets the data type that returns whether this is an appearance, physical properties, or material asset. |
Category |
Gets the category that this asset is a member of. A value of Nothing indicates this asset is not a member of a category. A value of Nothing is also returned when an Asset is associated with a document, rather than a library. Categories don’t exist in a documen. |
CategoryName |
Gets the name of the category this Asset is designated to be in. This can include the the category and subcategories which are delimited by a colon. |
Count |
Gets the number of items in this collection. |
DisplayName |
Gets and sets the name of this asset as seen in the Material or Appearance Browser. |
HasTexture |
Gets the flag that indicates if this asset has texture. |
IsReadOnly |
Gets the boolean flag that indicates if this asset is read-only. If True any attempted edits will fail. |
IsUsed |
Gets the boolean flag that indicates if this asset is being used in the document or in a material definition. |
Item |
Allows integer-indexed access to items in the collection. |
LocalType |
Returns the local type of this asset. This is applicable to appearance asset. |
Name |
Gets the key name of the asset. This name will remain constant for all languages and is the name used as input to the Item property. |
Parent |
Read-only property that returns the parent object of this asset. This can return an AssetLibrary, or Document object. |
PhysicalPropertiesAsset |
Gets and sets the physical properties associated with the material. When assigning physical properties, the physical properties asset must exist in the same document as the material. |
Type |
Gets the constant that indicates the type of this object. |