 | 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.AmlObjectsAssembly: Aml.Engine (in Aml.Engine.dll) Version: 3.2
Syntaxpublic override AttributeType Append(
string name
)
Public Overrides Function Append (
name As String
) As AttributeType
public:
virtual AttributeType^ Append(
String^ name
) override
Parameters
- name String
- The name of the Attribute.
Return Value
AttributeTypeThe created and appended Attribute, if the conditions were fulfilled; otherwise
null.
See Also