Click or drag to resize

AMLSystemUnitClassAddFacet Method

Adds an AMLFacet object to the AMLSystemUnitClass with the provided name.

Namespace: Aml.Engine.AmlObjects
Assembly: Aml.Engine (in Aml.Engine.dll) Version: 3.2
Syntax
public AMLFacet AddFacet(
	string name
)

Parameters

name  String
The name of the new AMLFacet.

Return Value

AMLFacet
The added new AMLFacet.
See Also