2025.3 Property
Changes 0
P

Material.AppearanceAssetId

Description:
The ElementId of the AppearanceAssetElement.
Remarks:
This is the id to the element that contains visual material information used for rendering. In some cases where the material is created without setting up custom render appearance properties (for example, when the material is created via an import, or when it is created by the API), this property will be InvalidElementId. In that situation the standard material properties such as Color and Transparency will dictate the appearance of the material during rendering.
public ElementId AppearanceAssetId { get; set; }