 | AMLFileModel Constructor |
Creates an instance of the AutomationML file model
Namespace: Aml.Engine.Services.ModelAssembly: Aml.Engine (in Aml.Engine.dll) Version: 3.2
Syntaxpublic AMLFileModel(
string name,
AMLFileContentType fileType
)
Public Sub New (
name As String,
fileType As AMLFileContentType
)
public:
AMLFileModel(
String^ name,
AMLFileContentType fileType
)
Parameters
- name String
- The name of the file, according the naming guide for AutomationML libraries.
- fileType AMLFileContentType
- The type of the AutomationML file, defining the content.
See Also