Gets an AppearanceAssetElement by name.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.0.0)
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
null if this element does not exist.
Exceptions
See Also
Reference