<Code Lib>
2027 Method
Changes 5
M

AppearanceAssetElement.GetAppearanceAssetElementByName

Description:
Gets an AppearanceAssetElement by name.

public static AppearanceAssetElement GetAppearanceAssetElementByName(
	Document doc,
	string name
)

  • doc
    Document containing the AppearanceAssetElement.
  • String
    name
    Name of the AppearanceAssetElement.
Return Value AppearanceAssetElement The AppearanceAssetElement with the given name, or if this element does not exist.

Loading…