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. |
ConnectedTexture |
Gets the associated texture, if one exists. The HasConnectedTexture property controls if there is an associated texture or not. If the library is writable you can edit the texture. If not texture exists, this property will return Nothing. |
DisplayName |
Gets the name of this value as seen in the Material or Appearance Browser. This can change based on the current Inventor language. |
HasConnectedTexture |
Read-write property that indicates if the color has been overridden using a texture. Setting this property to False will remove the texture so that a basic color is used. Setting this property to True will connect a texture to this color which you can then edit to create the desired texture. |
HasMultipleValues |
Gets the boolean flag that indicates if this value has multiple values or not. |
IsReadOnly |
Gets the boolean flag that indicates if this asset value is read-only. If True any attempted edits will fail. |
Name |
Gets the key name of the value. This name will remain constant for all languages and is the name used as input to the Item property or the Asset object. |
Parent |
Read-only property that returns the parent Asset object. |
Type |
Read-only property returning kAssetValueObject indicating this object’s type. |
Value |
|
Values |
|
ValueType |
Read-only property that returns the data type that the Value property for this AssetValue object will return. |