Click or drag to resize

CAEXWrapperSetXAttributeValue Method

Sets the value of an attribute, adds an attribute, or removes an attribute (if the value is null).

Namespace: Aml.Engine.CAEX
Assembly: Aml.Engine (in Aml.Engine.dll) Version: 3.2
Syntax
public void SetXAttributeValue(
	XName attributeName,
	Object attributeValue
)

Parameters

attributeName  XName
The name of the attribute
attributeValue  Object
The attribute value.
See Also