Click or drag to resize

AMLGroupInternalElementSequenceInsert Method

Inserts the specified InternalElement into this sequence. Before the InternalElement is inserted, it is checked, if it is a valid Group-InternalElement.

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

Parameters

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

Return Value

InternalElementType
The inserted InternalElement.
See Also