Click or drag to resize

AMLGroupCreate Method

Creates an AMLGroup 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 AMLGroup Create(
	CAEXDocument document,
	string name
)

Parameters

document  CAEXDocument
The CAEX document.
name  String
The name of the new AMLGroup object.

Return Value

AMLGroup
The new AMLGroup object.
See Also