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