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