AppearanceAssetElement.GetAppearanceAssetElementByName
Description:
Gets an AppearanceAssetElement by name.
Gets an AppearanceAssetElement by name.
public static AppearanceAssetElement GetAppearanceAssetElementByName(
Document doc,
string name
)
-
docDocument containing the AppearanceAssetElement.
-
StringnameName of the AppearanceAssetElement.
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.
-
A non-optional argument was null