Click or drag to resize

AMLSystemUnitClassAddPort Method

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

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

Parameters

name  String
The name of the new AMLPort.

Return Value

AMLPort
The added new AMLPort-
See Also