Click or drag to resize

IAMLEditionTransformTransformFromEdition1ToEdition2 Method

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.

Namespace: Aml.Engine.Services.Interfaces
Assembly: Aml.Engine (in Aml.Engine.dll) Version: 3.2
Syntax
CAEXDocument TransformFromEdition1ToEdition2(
	CAEXDocument document
)

Parameters

document  CAEXDocument
the document to be transformed

Return Value

CAEXDocument
the transformed document
See Also