 | AMLPortCreate Method |
Creates an AMLPort AML object with this name, using the provided document.
Namespace: Aml.Engine.AmlObjectsAssembly: Aml.Engine (in Aml.Engine.dll) Version: 3.2
Syntaxpublic static AMLPort Create(
CAEXDocument document,
string name
)
Public Shared Function Create (
document As CAEXDocument,
name As String
) As AMLPort
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
AMLPortThe created AMLPort object.
See Also