Click or drag to resize

FacetExternalInterfaceSequenceAppend(String) Method

Appends a new element with the provided name to this sequence. Before the ExternalInterface is appended, it is checked, if the ExternalInterface name is already used for any ExternalInterface of the AMLFacet parent.

Namespace: Aml.Engine.AmlObjects
Assembly: Aml.Engine (in Aml.Engine.dll) Version: 3.2
Syntax
public override ExternalInterfaceType Append(
	string name
)

Parameters

name  String
The name of the new ExternalInterface object.

Return Value

ExternalInterfaceType
The appended ExternalInterface.
See Also