Click or drag to resize

MetaInformation(XElement) Constructor

Initializes a new instance of the MetaInformation class, using a WriterHeader node to populate the properties.

Namespace: Aml.Engine.AmlObjects
Assembly: Aml.Engine (in Aml.Engine.dll) Version: 3.2
Syntax
public MetaInformation(
	XElement writerHeader
)

Parameters

writerHeader  XElement
The writer header.
See Also