 | AMLFileSetMetaInformation(MetaInformation) Method |
This method is a short version of the setMetaInformation. Meta data with identical
WriterID is replaced.
Namespace: Aml.Engine.AmlObjectsAssembly: Aml.Engine (in Aml.Engine.dll) Version: 3.2
Syntaxpublic void SetMetaInformation(
MetaInformation metaInformation
)
Public Sub SetMetaInformation (
metaInformation As MetaInformation
)
public:
void SetMetaInformation(
MetaInformation^ metaInformation
)
Parameters
- metaInformation MetaInformation
- the structure MetaInformation
Exceptions
Remarks
Extension Method originally designed for AutomationML Versions based on CAEX 2.15. If this method is applied to
a CAEX 3.0 document, the information is transformed to a
SourceDocumentInformationType.
See Also