Click or drag to resize

FacetExternalInterfaceSequenceInsert Method

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

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

Parameters

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

Return Value

ExternalInterfaceType
The inserted external Interface.
See Also