Click or drag to resize

AMLFileContentType Enumeration

Definition of differentiated contents of AutomationML Files"/>

Namespace: Aml.Engine.Services.Model
Assembly: Aml.Engine (in Aml.Engine.dll) Version: 3.2
Syntax
public enum AMLFileContentType
Members
Member nameValueDescription
LibraryFile0 AutomationMLFile containing libraries only
ModelFile1 AutomationMLFile providing a collection of libraries for a specific model building context
ExampleFile2 AutomationML File, providing example models. An example file typically references one or more model files with additional instance hierachies, using the classes of the model.
LibraryCatalog3 AutomationML library catalog, listing all publicly available versions of AutomationML libraries with their download address
See Also