Click or drag to resize

AMLSystemUnitClassAddGroup Method

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

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

Parameters

name  String
The name of the new AMLGroup.

Return Value

AMLGroup
The added new AMLGroup.
See Also