Click or drag to resize

AMLPortCreate Method

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

Parameters

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

Return Value

AMLPort
The created AMLPort object.
See Also