Click or drag to resize

AMLFacetCreate Method

Creates an AMLFacet AML object with this name, using the provided document.

Namespace: Aml.Engine.AmlObjects
Assembly: Aml.Engine (in Aml.Engine.dll) Version: 3.2
Syntax
public static AMLFacet Create(
	CAEXDocument document,
	string name
)

Parameters

document  CAEXDocument
The CAEX document.
name  String
The name of the new AMLFacet.

Return Value

AMLFacet
The created AMLFacet.
See Also