Click or drag to resize

FacetAttributeSequenceAppend(String) Method

Appends a new Attribute with the provided name to the sequence of Attributes, if the conditions for Facet Attributes are fulfilled. Facet Attributes are a subset of Attributes which are defined for the Parent object of an AMLFacet. An Attribute with the specified name can only be added as a Facet Attribute, if the Facets parent has an identical Attribute with that name and the Attribute has not been associated to the Facet before.

Namespace: Aml.Engine.AmlObjects
Assembly: Aml.Engine (in Aml.Engine.dll) Version: 3.2
Syntax
public override AttributeType Append(
	string name
)

Parameters

name  String
The name of the Attribute.

Return Value

AttributeType
The created and appended Attribute, if the conditions were fulfilled; otherwise null.
See Also