Share

AppearanceAssetElement.GetAppearanceAssetElementByName Method

Gets an AppearanceAssetElement by name.


Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.1.0.0 (26.1.0.34)

Syntax

C#

public static AppearanceAssetElement GetAppearanceAssetElementByName(
	Document doc,
	string name
)

Parameters

doc  Document
Document containing the AppearanceAssetElement.
name  String
Name of the AppearanceAssetElement.

Return Value

AppearanceAssetElement
The AppearanceAssetElement with the given name, or nullptr if this element does not exist.

Exceptions

ExceptionCondition
ArgumentNullException A non-optional argument was null

See Also

Reference

Was this information helpful?