XmpElementBaseGetAttribute Method

Gets the attribute.

Namespace:  Aspose.CAD.Xmp
Assembly:  Aspose.CAD (in Aspose.CAD.dll) Version: 20.8
Syntax
public virtual string GetAttribute(
	string attribute
)

Parameters

attribute
Type: SystemString
The attribute.

Return Value

Type: String
Returns the attribute for specified attribute name.
See Also