XmpElementBaseAddAttribute Method

Adds the attribute.

Namespace:  Aspose.CAD.Xmp
Assembly:  Aspose.CAD (in Aspose.CAD.dll) Version: 20.8
Syntax
public virtual void AddAttribute(
	string attribute,
	string value
)

Parameters

attribute
Type: SystemString
The attribute.
value
Type: SystemString
The value.
See Also