Click or drag to resize

AMLFileGetMetaInformation(String) Method

This function returns the MetaInformation corresponding to the writerID, otherwise null.

Namespace: Aml.Engine.AmlObjects
Assembly: Aml.Engine (in Aml.Engine.dll) Version: 3.2
Syntax
public MetaInformation GetMetaInformation(
	string writerID
)

Parameters

writerID  String
the writerID

Return Value

MetaInformation
This function returns the MetaInformation corresponding to the writerID, otherwise null.
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 from a SourceDocumentInformationType.
See Also