 | AMLSystemUnitClassAddFacet Method |
Adds an AMLFacet object to the AMLSystemUnitClass with the provided name.
Namespace: Aml.Engine.AmlObjectsAssembly: Aml.Engine (in Aml.Engine.dll) Version: 3.2
Syntaxpublic AMLFacet AddFacet(
string name
)
Public Function AddFacet (
name As String
) As AMLFacet
public:
AMLFacet^ AddFacet(
String^ name
)
Parameters
- name String
- The name of the new AMLFacet.
Return Value
AMLFacetThe added new AMLFacet.
See Also