Click or drag to resize

IAMLEditionTransform Interface

This interface class defines a service interface for an AutomationML edition transformation service

Namespace: Aml.Engine.Services.Interfaces
Assembly: Aml.Engine (in Aml.Engine.dll) Version: 3.2
Syntax
public interface IAMLEditionTransform : IAMLService

The IAMLEditionTransform type exposes the following members.

Methods
 NameDescription
Public methodTransformFromEdition1ToEdition2 Method to do a transformation for the provided document from edition 1 to edition 2 of AutomationML. This method can only be used for upward transformations and not for downward transformation.
Top
See Also