 | AMLFileGetMetaInformation(String) Method |
This function returns the MetaInformation corresponding to the writerID, otherwise null.
Namespace: Aml.Engine.AmlObjectsAssembly: Aml.Engine (in Aml.Engine.dll) Version: 3.2
Syntaxpublic MetaInformation GetMetaInformation(
string writerID
)
Public Function GetMetaInformation (
writerID As String
) As MetaInformation
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