Click or drag to resize

AMLFileModel Constructor

Creates an instance of the AutomationML file model

Namespace: Aml.Engine.Services.Model
Assembly: Aml.Engine (in Aml.Engine.dll) Version: 3.2
Syntax
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