Changes in 2025 vs 2020 3 changed
Flip API Versions →Changed members
AppearanceAssetElement.Create(Document, String, Asset)
| document | Document | The document in which to create the AppearanceAssetElement. |
| name | String | The name of the AppearanceAssetElement. |
| asset | Asset | The rendering asset of the element. |
| → returns | AppearanceAssetElement | The new AppearanceAssetElement. |
AppearanceAssetElement.Duplicate(String)
| name | String | Name of the new appearance asset element - this name must be correctly structured for Revit use and not duplicate the name of another appearance asset in the document. |
| → returns | AppearanceAssetElement | The new AppearanceAssetElement. |
AppearanceAssetElement.GetAppearanceAssetElementByName(Document, String)
| doc | Document | Document containing the AppearanceAssetElement. |
| name | String | Name of the AppearanceAssetElement. |
| → returns | AppearanceAssetElement→nullNothingnullptr | The AppearanceAssetElement with the given name, or null Nothing nullptr a null reference ( Nothing in Visual Basic) if this element does not exist. |