 | 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.AmlObjectsAssembly: Aml.Engine (in Aml.Engine.dll) Version: 3.2
Syntaxpublic override AttributeType Insert(
AttributeType attribute,
bool asFirst = true
)
Public Overrides Function Insert (
attribute As AttributeType,
Optional asFirst As Boolean = true
) As AttributeType
public:
virtual AttributeType^ Insert(
AttributeType^ attribute,
bool asFirst = true
) override
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
AttributeTypeThe inserted AttributeType
See Also