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