Click or drag to resize

AMLFileWriterHeader Property

Gets the collection of defined writer headers of the AMLFile

Namespace: Aml.Engine.AmlObjects
Assembly: Aml.Engine (in Aml.Engine.dll) Version: 3.2
Syntax
public ValueSequence<MetaInformation> WriterHeader { get; }

Property Value

ValueSequenceMetaInformation
The collection writer header.
Remarks
valid only for AutomationML Version 2.0 using CAEX 2.15
See Also