RVTDocs.com

AppearanceAssetElement.SetRenderingAsset

Method
Description:
Sets the rendering asset for the appearance asset element.
Syntax
public void SetRenderingAsset(
	Asset asset
)
Parameters
Parameter Type Description
asset Asset The new rendering asset. It should be an appearance asset.
Return Value
Exceptions
Exception Condition
ArgumentNullException A non-optional argument was null
ArgumentOutOfRangeException The asset is not an appearance asset.