Click or drag to resize

FacetAttributeSequenceInsert Method

Inserts the specified attribute into this sequence. Before the attribute is inserted, it is checked, if it is a valid Facet attribute.

Namespace: Aml.Engine.AmlObjects
Assembly: Aml.Engine (in Aml.Engine.dll) Version: 3.2
Syntax
public override AttributeType Insert(
	AttributeType attribute,
	bool asFirst = true
)

Parameters

attribute  AttributeType
The Attribute.
asFirst  Boolean  (Optional)
optional parameter, if set to true (default) the element is prepended to already existing ones, otherwise it is appended.

Return Value

AttributeType
The inserted AttributeType
See Also