Gets the rendering asset for the appearance asset element.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 2015.0.0.0 (2015.0.0.0)
Since: 2014
Syntax
C# |
---|
|
Visual Basic |
---|
|
Visual C++ |
---|
|
Return Value
The rendering asset held by this appearance asset element.Remarks
The retrieved Asset may be empty if it is loaded from material library without any modification. In this case, you can use Application.get_Assets(AssetType.Appearance) to load all preset appearance assets, and retrieve the asset by its name.