<Code Lib>
2024 Method
Changes 4
M

AppearanceAssetElement.GetAppearanceAssetElementByName

Description:
Gets an AppearanceAssetElement by name.

public static AppearanceAssetElement GetAppearanceAssetElementByName(
	Document doc,
	string name
)

Return Value nullNothingnullptr The AppearanceAssetElement with the given name, or null Nothing nullptr a null reference ( Nothing in Visual Basic) if this element does not exist.

Loading…