XmpElementBaseAddAttribute Method |
Adds the attribute.
Namespace:
Aspose.CAD.Xmp
Assembly:
Aspose.CAD (in Aspose.CAD.dll) Version: 20.8
Syntaxpublic virtual void AddAttribute(
string attribute,
string value
)
Public Overridable Sub AddAttribute (
attribute As String,
value As String
)
public:
virtual void AddAttribute(
String^ attribute,
String^ value
)
abstract AddAttribute :
attribute : string *
value : string -> unit
override AddAttribute :
attribute : string *
value : string -> unit
Parameters
- attribute
- Type: SystemString
The attribute. - value
- Type: SystemString
The value.
See Also